System::Drawing::KnownColor enum
Contents
[
Hide
]KnownColor enum
Specifies the known system colors.
enum class KnownColor
Values
| Name | Value | Description | 
|---|---|---|
| ActiveBorder | 1 | The color of the active window’s border. | 
| ActiveCaption | 2 | The color of the background of the active window’s title bar. | 
| ActiveCaptionText | 3 | The color of the text in the title bar of the active window. | 
| AppWorkspace | 4 | The color of the application workspace. | 
| Control | 5 | The color of the face of a 3-Dimensional element. | 
| ControlDark | 6 | The color of the shadow of a 3-Dimensional element. | 
| ControlDarkDark | 7 | The color of the dark shadow of a 3-Dimensional element. | 
| ControlLight | 8 | The color of the light of a 3-Dimensional element. | 
| ControlLightLight | 9 | The color of the highlight of a 3-Dimensional element. | 
| ControlText | 10 | The color of text in a 3-Dimensional element. | 
| Desktop | 11 | The color of the desktop. | 
| GrayText | 12 | The color of dimmed text. | 
| Highlight | 13 | The seleceted items’ background color. | 
| HighlightText | 14 | The color of the text of selected items. | 
| HotTrack | 15 | The color of a hot-tracked item. | 
| InactiveBorder | 16 | The color of the border of an inactive window. | 
| InactiveCaption | 17 | The color of the background of an inactive window’s title bar. | 
| InactiveCaptionText | 18 | The color of the text in an inactive window’s title bar. | 
| Info | 19 | The color of the ToolTip’s background. | 
| InfoText | 20 | The color of the text of a ToolTip. | 
| Menu | 21 | The color of the background of a menu. | 
| MenuText | 22 | The color of text in a menu. | 
| ScrollBar | 23 | The color of the background of a scroll bar. | 
| Window | 24 | The color of the background in the client area of a window. | 
| WindowFrame | 25 | The color of a window frame. | 
| WindowText | 26 | The color of the text in the client area of a window. | 
| Transparent | 27 | The system-defined color whose ARGB value in hexadecimal notation is #00FFFFFF. | 
| AliceBlue | 28 | The system-defined color whose ARGB value in hexadecimal notation is #FFF0F8FF. | 
| AntiqueWhite | 29 | The system-defined color whose ARGB value in hexadecimal notation is #FFFAEBD7. | 
| Aqua | 30 | The system-defined color whose ARGB value in hexadecimal notation is #FF00FFFF. | 
| Aquamarine | 31 | The system-defined color whose ARGB value in hexadecimal notation is #FF7FFFD4. | 
| Azure | 32 | The system-defined color whose ARGB value in hexadecimal notation is #FFF0FFFF. | 
| Beige | 33 | The system-defined color whose ARGB value in hexadecimal notation is #FFF5F5DC. | 
| Bisque | 34 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFE4C4. | 
| Black | 35 | The system-defined color whose ARGB value in hexadecimal notation is #FF000000. | 
| BlanchedAlmond | 36 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFEBCD. | 
| Blue | 37 | The system-defined color whose ARGB value in hexadecimal notation is #FF0000FF. | 
| BlueViolet | 38 | The system-defined color whose ARGB value in hexadecimal notation is #FF8A2BE2. | 
| Brown | 39 | The system-defined color whose ARGB value in hexadecimal notation is #FFA52A2A. | 
| BurlyWood | 40 | The system-defined color whose ARGB value in hexadecimal notation is #FFDEB887. | 
| CadetBlue | 41 | The system-defined color whose ARGB value in hexadecimal notation is #FF5F9EA0. | 
| Chartreuse | 42 | The system-defined color whose ARGB value in hexadecimal notation is #FF7FFF00. | 
| Chocolate | 43 | The system-defined color whose ARGB value in hexadecimal notation is #FFD2691E. | 
| Coral | 44 | The system-defined color whose ARGB value in hexadecimal notation is #FFFF7F50. | 
| CornflowerBlue | 45 | The system-defined color whose ARGB value in hexadecimal notation is #FF6495ED. | 
| Cornsilk | 46 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFF8DC. | 
| Crimson | 47 | The system-defined color whose ARGB value in hexadecimal notation is #FFDC143C. | 
| Cyan | 48 | The system-defined color whose ARGB value in hexadecimal notation is #FF00FFFF. | 
| DarkBlue | 49 | The system-defined color whose ARGB value in hexadecimal notation is #FF00008B. | 
| DarkCyan | 50 | The system-defined color whose ARGB value in hexadecimal notation is #FF008B8B. | 
| DarkGoldenrod | 51 | The system-defined color whose ARGB value in hexadecimal notation is #FFB8860B. | 
| DarkGray | 52 | The system-defined color whose ARGB value in hexadecimal notation is #FFA9A9A9. | 
| DarkGreen | 53 | The system-defined color whose ARGB value in hexadecimal notation is #FF006400. | 
| DarkKhaki | 54 | The system-defined color whose ARGB value in hexadecimal notation is #FFBDB76B. | 
| DarkMagenta | 55 | The system-defined color whose ARGB value in hexadecimal notation is #FF8B008B. | 
| DarkOliveGreen | 56 | The system-defined color whose ARGB value in hexadecimal notation is #FF556B2F. | 
| DarkOrange | 57 | The system-defined color whose ARGB value in hexadecimal notation is #FFFF8C00. | 
| DarkOrchid | 58 | The system-defined color whose ARGB value in hexadecimal notation is #FF9932CC. | 
| DarkRed | 59 | The system-defined color whose ARGB value in hexadecimal notation is #FF8B0000. | 
| DarkSalmon | 60 | The system-defined color whose ARGB value in hexadecimal notation is #FFE9967A. | 
| DarkSeaGreen | 61 | The system-defined color whose ARGB value in hexadecimal notation is #FF8FBC8F. | 
| DarkSlateBlue | 62 | The system-defined color whose ARGB value in hexadecimal notation is #FF483D8B. | 
| DarkSlateGray | 63 | The system-defined color whose ARGB value in hexadecimal notation is #FF2F4F4F. | 
| DarkTurquoise | 64 | The system-defined color whose ARGB value in hexadecimal notation is #FF00CED1. | 
| DarkViolet | 65 | The system-defined color whose ARGB value in hexadecimal notation is #FF9400D3. | 
| DeepPink | 66 | The system-defined color whose ARGB value in hexadecimal notation is #FFFF1493. | 
| DeepSkyBlue | 67 | The system-defined color whose ARGB value in hexadecimal notation is #FF00BFFF. | 
| DimGray | 68 | The system-defined color whose ARGB value in hexadecimal notation is #FF696969. | 
| DodgerBlue | 69 | The system-defined color whose ARGB value in hexadecimal notation is #FF1E90FF. | 
| Firebrick | 70 | The system-defined color whose ARGB value in hexadecimal notation is #FFB22222. | 
| FloralWhite | 71 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFFAF0. | 
| ForestGreen | 72 | The system-defined color whose ARGB value in hexadecimal notation is #FF228B22. | 
| Fuchsia | 73 | The system-defined color whose ARGB value in hexadecimal notation is #FFFF00FF. | 
| Gainsboro | 74 | The system-defined color whose ARGB value in hexadecimal notation is #FFDCDCDC. | 
| GhostWhite | 75 | The system-defined color whose ARGB value in hexadecimal notation is #FFF8F8FF. | 
| Gold | 76 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFD700. | 
| Goldenrod | 77 | The system-defined color whose ARGB value in hexadecimal notation is #FFDAA520. | 
| Gray | 78 | The system-defined color whose ARGB value in hexadecimal notation is #FF808080. | 
| Green | 79 | The system-defined color whose ARGB value in hexadecimal notation is #FF008000. | 
| GreenYellow | 80 | The system-defined color whose ARGB value in hexadecimal notation is #FFADFF2F. | 
| Honeydew | 81 | The system-defined color whose ARGB value in hexadecimal notation is #FFF0FFF0. | 
| HotPink | 82 | The system-defined color whose ARGB value in hexadecimal notation is #FFFF69B4. | 
| IndianRed | 83 | The system-defined color whose ARGB value in hexadecimal notation is #FFCD5C5C. | 
| Indigo | 84 | The system-defined color whose ARGB value in hexadecimal notation is #FF4B0082. | 
| Ivory | 85 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFFFF0. | 
| Khaki | 86 | The system-defined color whose ARGB value in hexadecimal notation is #FFF0E68C. | 
| Lavender | 87 | The system-defined color whose ARGB value in hexadecimal notation is #FFE6E6FA. | 
| LavenderBlush | 88 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFF0F5. | 
| LawnGreen | 89 | The system-defined color whose ARGB value in hexadecimal notation is #FF7CFC00. | 
| LemonChiffon | 90 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFFACD. | 
| LightBlue | 91 | The system-defined color whose ARGB value in hexadecimal notation is #FFADD8E6. | 
| LightCoral | 92 | The system-defined color whose ARGB value in hexadecimal notation is #FFF08080. | 
| LightCyan | 93 | The system-defined color whose ARGB value in hexadecimal notation is #FFE0FFFF. | 
| LightGoldenrodYellow | 94 | The system-defined color whose ARGB value in hexadecimal notation is #FFFAFAD2. | 
| LightGray | 95 | The system-defined color whose ARGB value in hexadecimal notation is #FFD3D3D3. | 
| LightGreen | 96 | The system-defined color whose ARGB value in hexadecimal notation is #FF90EE90. | 
| LightPink | 97 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFB6C1. | 
| LightSalmon | 98 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFA07A. | 
| LightSeaGreen | 99 | The system-defined color whose ARGB value in hexadecimal notation is #FF20B2AA. | 
| LightSkyBlue | 100 | The system-defined color whose ARGB value in hexadecimal notation is #FF87CEFA. | 
| LightSlateGray | 101 | The system-defined color whose ARGB value in hexadecimal notation is #FF778899. | 
| LightSteelBlue | 102 | The system-defined color whose ARGB value in hexadecimal notation is #FFB0C4DE. | 
| LightYellow | 103 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFFFE0. | 
| Lime | 104 | The system-defined color whose ARGB value in hexadecimal notation is #FF00FF00. | 
| LimeGreen | 105 | The system-defined color whose ARGB value in hexadecimal notation is #FF32CD32. | 
| Linen | 106 | The system-defined color whose ARGB value in hexadecimal notation is #FFFAF0E6. | 
| Magenta | 107 | The system-defined color whose ARGB value in hexadecimal notation is #FFFF00FF. | 
| Maroon | 108 | The system-defined color whose ARGB value in hexadecimal notation is #FF800000. | 
| MediumAquamarine | 109 | The system-defined color whose ARGB value in hexadecimal notation is #FF66CDAA. | 
| MediumBlue | 110 | The system-defined color whose ARGB value in hexadecimal notation is #FF0000CD. | 
| MediumOrchid | 111 | The system-defined color whose ARGB value in hexadecimal notation is #FFBA55D3. | 
| MediumPurple | 112 | The system-defined color whose ARGB value in hexadecimal notation is #FF9370DB. | 
| MediumSeaGreen | 113 | The system-defined color whose ARGB value in hexadecimal notation is #FF3CB371. | 
| MediumSlateBlue | 114 | The system-defined color whose ARGB value in hexadecimal notation is #FF7B68EE. | 
| MediumSpringGreen | 115 | The system-defined color whose ARGB value in hexadecimal notation is #FF00FA9A. | 
| MediumTurquoise | 116 | The system-defined color whose ARGB value in hexadecimal notation is #FF48D1CC. | 
| MediumVioletRed | 117 | The system-defined color whose ARGB value in hexadecimal notation is #FFC71585. | 
| MidnightBlue | 118 | The system-defined color whose ARGB value in hexadecimal notation is #FF191970. | 
| MintCream | 119 | The system-defined color whose ARGB value in hexadecimal notation is #FFF5FFFA. | 
| MistyRose | 120 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFE4E1. | 
| Moccasin | 121 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFE4B5. | 
| NavajoWhite | 122 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFDEAD. | 
| Navy | 123 | The system-defined color whose ARGB value in hexadecimal notation is #FF000080. | 
| OldLace | 124 | The system-defined color whose ARGB value in hexadecimal notation is #FFFDF5E6. | 
| Olive | 125 | The system-defined color whose ARGB value in hexadecimal notation is #FF808000. | 
| OliveDrab | 126 | The system-defined color whose ARGB value in hexadecimal notation is #FF6B8E23. | 
| Orange | 127 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFA500. | 
| OrangeRed | 128 | The system-defined color whose ARGB value in hexadecimal notation is #FFFF4500. | 
| Orchid | 129 | The system-defined color whose ARGB value in hexadecimal notation is #FFDA70D6. | 
| PaleGoldenrod | 130 | The system-defined color whose ARGB value in hexadecimal notation is #FFEEE8AA. | 
| PaleGreen | 131 | The system-defined color whose ARGB value in hexadecimal notation is #FF98FB98. | 
| PaleTurquoise | 132 | The system-defined color whose ARGB value in hexadecimal notation is #FFAFEEEE. | 
| PaleVioletRed | 133 | The system-defined color whose ARGB value in hexadecimal notation is #FFDB7093. | 
| PapayaWhip | 134 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFEFD5. | 
| PeachPuff | 135 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFDAB9. | 
| Peru | 136 | The system-defined color whose ARGB value in hexadecimal notation is #FFCD853F. | 
| Pink | 137 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFC0CB. | 
| Plum | 138 | The system-defined color whose ARGB value in hexadecimal notation is #FFDDA0DD. | 
| PowderBlue | 139 | The system-defined color whose ARGB value in hexadecimal notation is #FFB0E0E6. | 
| Purple | 140 | The system-defined color whose ARGB value in hexadecimal notation is #FF800080. | 
| Red | 141 | The system-defined color whose ARGB value in hexadecimal notation is #FFFF0000. | 
| RosyBrown | 142 | The system-defined color whose ARGB value in hexadecimal notation is #FFBC8F8F. | 
| RoyalBlue | 143 | The system-defined color whose ARGB value in hexadecimal notation is #FF4169E1. | 
| SaddleBrown | 144 | The system-defined color whose ARGB value in hexadecimal notation is #FF8B4513. | 
| Salmon | 145 | The system-defined color whose ARGB value in hexadecimal notation is #FFFA8072. | 
| SandyBrown | 146 | The system-defined color whose ARGB value in hexadecimal notation is #FFF4A460. | 
| SeaGreen | 147 | The system-defined color whose ARGB value in hexadecimal notation is #FF2E8B57. | 
| SeaShell | 148 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFF5EE. | 
| Sienna | 149 | The system-defined color whose ARGB value in hexadecimal notation is #FFA0522D. | 
| Silver | 150 | The system-defined color whose ARGB value in hexadecimal notation is #FFC0C0C0. | 
| SkyBlue | 151 | The system-defined color whose ARGB value in hexadecimal notation is #FF87CEEB. | 
| SlateBlue | 152 | The system-defined color whose ARGB value in hexadecimal notation is #FF6A5ACD. | 
| SlateGray | 153 | The system-defined color whose ARGB value in hexadecimal notation is #FF708090. | 
| Snow | 154 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFFAFA. | 
| SpringGreen | 155 | The system-defined color whose ARGB value in hexadecimal notation is #FF00FF7F. | 
| SteelBlue | 156 | The system-defined color whose ARGB value in hexadecimal notation is #FF4682B4. | 
| Tan | 157 | The system-defined color whose ARGB value in hexadecimal notation is #FFD2B48C. | 
| Teal | 158 | The system-defined color whose ARGB value in hexadecimal notation is #FF008080. | 
| Thistle | 159 | The system-defined color whose ARGB value in hexadecimal notation is #FFD8BFD8. | 
| Tomato | 160 | The system-defined color whose ARGB value in hexadecimal notation is #FFFF6347. | 
| Turquoise | 161 | The system-defined color whose ARGB value in hexadecimal notation is #FF40E0D0. | 
| Violet | 162 | The system-defined color whose ARGB value in hexadecimal notation is #FFEE82EE. | 
| Wheat | 163 | The system-defined color whose ARGB value in hexadecimal notation is #FFF5DEB3. | 
| White | 164 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFFFFF. | 
| WhiteSmoke | 165 | The system-defined color whose ARGB value in hexadecimal notation is #FFF5F5F5. | 
| Yellow | 166 | The system-defined color whose ARGB value in hexadecimal notation is #FFFFFF00. | 
| YellowGreen | 167 | The system-defined color whose ARGB value in hexadecimal notation is #FF9ACD32. | 
| ButtonFace | 168 | The face color of a 3-Dimensional element. | 
| ButtonHighlight | 169 | The highlight color of a 3-Dimensional element. | 
| ButtonShadow | 170 | The color of the shadow of a 3-Dimensional element. | 
| GradientActiveCaption | 171 | The lightest color in the color gradient of the title bar of an active window. | 
| GradientInactiveCaption | 172 | The lightest color in the color gradient of the title bar of an inactive window. | 
| MenuBar | 173 | The color of the menu bar’s background. | 
| MenuHighlight | 174 | The color used to highlight menu items when the menu appears as a flat menu. | 
See Also
- Namespace System::Drawing
- Library Aspose.PDF for C++