Shades of Orchid #D06EDB
Tints of Orchid #D06EDB
RGB
CMYK
RGB Variations
Color information
#D06EDB (or 0xD06EDB) is known color: Orchid. HEX triplet: D0, 6E and DB. RGB value is (208,110,219). Sum of RGB (Red+Green+Blue) = 208+110+219=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #D06EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EDB is #2F9124. Grayscale: #979797. Windows color (decimal): -3117349 or 14380752. OLE color: 14380752.
HSL color Cylindrical-coordinate representation of color #D06EDB: hue angle of 293.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06EDB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 110 | 219 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.14 |
| HSL | 293.94º | 0.6% | 0.65% | - |
| HSV(B) | 293.94º | 0.5% | 0.86% | - |
| XYZ | 44.37 | 29.68 | 70.41 | - |
| YUV | 151.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 219 | 0.05 | 0.50 | 0 | 0.14 | 293.94 | 0.6 | 0.65 |
| Hex | D0 | 6E | DB | 5 | 32 | 0 | E | 126 | 3C | 41 |
| Octal | 320 | 156 | 333 | 5 | 62 | 0 | 16 | 446 | 74 | 101 |
| Binary | 11010000 | 1101110 | 11011011 | 101 | 110010 | 0 | 1110 | 100100110 | 111100 | 1000001 |
Color Harmonies of #D06EDB
Complementary color
Monochromatic Colors of #D06EDB
Black with #D06EDB
Text Example
Text Example
White with #D06EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06EDB; }
p { color: rgb(208,110,219); }
H1.HeaderClassName
{
color: #D06EDB;
}
.AnyTagClassName
{
color: #D06EDB;
}
</style>
background-color css
<style>
a { background-color: #D06EDB; }
a { background-color: rgb(208,110,219); }
div.DivClassName
{
background-color: #D06EDB;
}
.BgClassName
{
background-color: #D06EDB;
}
</style>
border-color css
<style>
span { border-color: #D06EDB; }
span { border-color: rgb(208,110,219); }
td.TdClassName
{
border-color: #D06EDB;
}
.TagClassName
{
border-color: #D06EDB;
}
</style>