Shades of Orchid #D06DDB
Tints of Orchid #D06DDB
RGB
CMYK
RGB Variations
Color information
#D06DDB (or 0xD06DDB) is known color: Orchid. HEX triplet: D0, 6D and DB. RGB value is (208,109,219). Sum of RGB (Red+Green+Blue) = 208+109+219=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #D06DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DDB is #2F9224. Grayscale: #969696. Windows color (decimal): -3117605 or 14380496. OLE color: 14380496.
HSL color Cylindrical-coordinate representation of color #D06DDB: hue angle of 294º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06DDB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 109 | 219 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.14 |
| HSL | 294º | 0.6% | 0.64% | - |
| HSV(B) | 294º | 0.5% | 0.86% | - |
| XYZ | 44.27 | 29.46 | 70.37 | - |
| YUV | 151.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 219 | 0.05 | 0.50 | 0 | 0.14 | 294 | 0.6 | 0.64 |
| Hex | D0 | 6D | DB | 5 | 32 | 0 | E | 126 | 3C | 40 |
| Octal | 320 | 155 | 333 | 5 | 62 | 0 | 16 | 446 | 74 | 100 |
| Binary | 11010000 | 1101101 | 11011011 | 101 | 110010 | 0 | 1110 | 100100110 | 111100 | 1000000 |
Color Harmonies of #D06DDB
Complementary color
Monochromatic Colors of #D06DDB
Black with #D06DDB
Text Example
Text Example
White with #D06DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DDB; }
p { color: rgb(208,109,219); }
H1.HeaderClassName
{
color: #D06DDB;
}
.AnyTagClassName
{
color: #D06DDB;
}
</style>
background-color css
<style>
a { background-color: #D06DDB; }
a { background-color: rgb(208,109,219); }
div.DivClassName
{
background-color: #D06DDB;
}
.BgClassName
{
background-color: #D06DDB;
}
</style>
border-color css
<style>
span { border-color: #D06DDB; }
span { border-color: rgb(208,109,219); }
td.TdClassName
{
border-color: #D06DDB;
}
.TagClassName
{
border-color: #D06DDB;
}
</style>