AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.7" />

 Colors

public static class Colors
This class contains information about colors like their given names or assignments of names to colors. Most names are derived from: http://en.wikipedia.org/wiki/X11_color_names
public static IEnumerable<string> Names { get; }

Gets the available color names.

public static Color? GetColor(string name)

Gets a color from the specified name.

public static string GetName(Color color)

Gets the name of the given color.