Shades of Orchid #D06EC9
Tints of Orchid #D06EC9
RGB
CMYK
RGB Variations
Color information
#D06EC9 (or 0xD06EC9) is known color: Orchid. HEX triplet: D0, 6E and C9. RGB value is (208,110,201). Sum of RGB (Red+Green+Blue) = 208+110+201=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EC9 is #2F9136. Grayscale: #959595. Windows color (decimal): -3117367 or 13201104. OLE color: 13201104.
HSL color Cylindrical-coordinate representation of color #D06EC9: hue angle of 304.29º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06EC9 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 201 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.18 |
| HSL | 304.29º | 0.51% | 0.62% | - |
| HSV(B) | 304.29º | 0.47% | 0.82% | - |
| XYZ | 42.13 | 28.78 | 58.59 | - |
| YUV | 149.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 201 | 0 | 0.47 | 0.03 | 0.18 | 304.29 | 0.51 | 0.62 |
| Hex | D0 | 6E | C9 | 0 | 2F | 3 | 12 | 130 | 33 | 3E |
| Octal | 320 | 156 | 311 | 0 | 57 | 3 | 22 | 460 | 63 | 76 |
| Binary | 11010000 | 1101110 | 11001001 | 0 | 101111 | 11 | 10010 | 100110000 | 110011 | 111110 |
Color Harmonies of #D06EC9
Complementary color
Monochromatic Colors of #D06EC9
Black with #D06EC9
Text Example
Text Example
White with #D06EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06EC9; }
p { color: rgb(208,110,201); }
H1.HeaderClassName
{
color: #D06EC9;
}
.AnyTagClassName
{
color: #D06EC9;
}
</style>
background-color css
<style>
a { background-color: #D06EC9; }
a { background-color: rgb(208,110,201); }
div.DivClassName
{
background-color: #D06EC9;
}
.BgClassName
{
background-color: #D06EC9;
}
</style>
border-color css
<style>
span { border-color: #D06EC9; }
span { border-color: rgb(208,110,201); }
td.TdClassName
{
border-color: #D06EC9;
}
.TagClassName
{
border-color: #D06EC9;
}
</style>