Shades of Orchid #D06EE1
Tints of Orchid #D06EE1
RGB
CMYK
RGB Variations
Color information
#D06EE1 (or 0xD06EE1) is known color: Orchid. HEX triplet: D0, 6E and E1. RGB value is (208,110,225). Sum of RGB (Red+Green+Blue) = 208+110+225=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #D06EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EE1 is #2F911E. Grayscale: #989898. Windows color (decimal): -3117343 or 14773968. OLE color: 14773968.
HSL color Cylindrical-coordinate representation of color #D06EE1: hue angle of 291.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06EE1 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 110 | 225 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.12 |
| HSL | 291.13º | 0.66% | 0.66% | - |
| HSV(B) | 291.13º | 0.51% | 0.88% | - |
| XYZ | 45.18 | 30 | 74.64 | - |
| YUV | 152.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 225 | 0.08 | 0.51 | 0 | 0.12 | 291.13 | 0.66 | 0.66 |
| Hex | D0 | 6E | E1 | 8 | 33 | 0 | C | 123 | 42 | 42 |
| Octal | 320 | 156 | 341 | 10 | 63 | 0 | 14 | 443 | 102 | 102 |
| Binary | 11010000 | 1101110 | 11100001 | 1000 | 110011 | 0 | 1100 | 100100011 | 1000010 | 1000010 |
Color Harmonies of #D06EE1
Complementary color
Monochromatic Colors of #D06EE1
Black with #D06EE1
Text Example
Text Example
White with #D06EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06EE1; }
p { color: rgb(208,110,225); }
H1.HeaderClassName
{
color: #D06EE1;
}
.AnyTagClassName
{
color: #D06EE1;
}
</style>
background-color css
<style>
a { background-color: #D06EE1; }
a { background-color: rgb(208,110,225); }
div.DivClassName
{
background-color: #D06EE1;
}
.BgClassName
{
background-color: #D06EE1;
}
</style>
border-color css
<style>
span { border-color: #D06EE1; }
span { border-color: rgb(208,110,225); }
td.TdClassName
{
border-color: #D06EE1;
}
.TagClassName
{
border-color: #D06EE1;
}
</style>