using System.Collections.Generic;
using System.Globalization;
public static class ClipboardFusionHelper
public static string ProcessText(string text)
Color c = ParseColor(text);
String htmlColor = "rgba(" + c.R + ", " + c.G + ", " + c.B + (c.A < 255 ? (c.A / 255.0).ToString("', '#.##;', '#.##;', '0",
CultureInfo.InvariantCulture) : "") + ")";