The Brushes class contains static read-only properties that return a Brush object of the color indicated by the property name.
Colors by Name
https://msdn.microsoft.com/zh-cn/library/aa358802(vs.85).aspx
The named colors, sorted by name.
The following code example provides a dynamic table of the named colors that can be sorted by various column headers. The basic and extended color keywords are defined in CSS Color Module Level 3.
Code example:
http://samples.msdn.microsoft.com/workshop/samples/author/dhtml/colors/ColorTable.htm