Shades of Orchid #D06EDE
Tints of Orchid #D06EDE
RGB
CMYK
RGB Variations
Color information
#D06EDE (or 0xD06EDE) is known color: Orchid. HEX triplet: D0, 6E and DE. RGB value is (208,110,222). Sum of RGB (Red+Green+Blue) = 208+110+222=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #D06EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EDE is #2F9121. Grayscale: #979797. Windows color (decimal): -3117346 or 14577360. OLE color: 14577360.
HSL color Cylindrical-coordinate representation of color #D06EDE: hue angle of 292.5º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06EDE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 110 | 222 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.13 |
| HSL | 292.5º | 0.63% | 0.65% | - |
| HSV(B) | 292.5º | 0.5% | 0.87% | - |
| XYZ | 44.77 | 29.84 | 72.51 | - |
| YUV | 152.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 222 | 0.06 | 0.50 | 0 | 0.13 | 292.5 | 0.63 | 0.65 |
| Hex | D0 | 6E | DE | 6 | 32 | 0 | D | 124 | 3F | 41 |
| Octal | 320 | 156 | 336 | 6 | 62 | 0 | 15 | 444 | 77 | 101 |
| Binary | 11010000 | 1101110 | 11011110 | 110 | 110010 | 0 | 1101 | 100100100 | 111111 | 1000001 |
Color Harmonies of #D06EDE
Complementary color
Monochromatic Colors of #D06EDE
Black with #D06EDE
Text Example
Text Example
White with #D06EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06EDE; }
p { color: rgb(208,110,222); }
H1.HeaderClassName
{
color: #D06EDE;
}
.AnyTagClassName
{
color: #D06EDE;
}
</style>
background-color css
<style>
a { background-color: #D06EDE; }
a { background-color: rgb(208,110,222); }
div.DivClassName
{
background-color: #D06EDE;
}
.BgClassName
{
background-color: #D06EDE;
}
</style>
border-color css
<style>
span { border-color: #D06EDE; }
span { border-color: rgb(208,110,222); }
td.TdClassName
{
border-color: #D06EDE;
}
.TagClassName
{
border-color: #D06EDE;
}
</style>