Shades of Orchid #D06DD9
Tints of Orchid #D06DD9
RGB
CMYK
RGB Variations
Color information
#D06DD9 (or 0xD06DD9) is known color: Orchid. HEX triplet: D0, 6D and D9. RGB value is (208,109,217). Sum of RGB (Red+Green+Blue) = 208+109+217=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #D06DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DD9 is #2F9226. Grayscale: #969696. Windows color (decimal): -3117607 or 14249424. OLE color: 14249424.
HSL color Cylindrical-coordinate representation of color #D06DD9: hue angle of 295º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06DD9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 109 | 217 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.15 |
| HSL | 295º | 0.59% | 0.64% | - |
| HSV(B) | 295º | 0.5% | 0.85% | - |
| XYZ | 44.01 | 29.36 | 68.99 | - |
| YUV | 150.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 217 | 0.04 | 0.50 | 0 | 0.15 | 295 | 0.59 | 0.64 |
| Hex | D0 | 6D | D9 | 4 | 32 | 0 | F | 127 | 3B | 40 |
| Octal | 320 | 155 | 331 | 4 | 62 | 0 | 17 | 447 | 73 | 100 |
| Binary | 11010000 | 1101101 | 11011001 | 100 | 110010 | 0 | 1111 | 100100111 | 111011 | 1000000 |
Color Harmonies of #D06DD9
Complementary color
Monochromatic Colors of #D06DD9
Black with #D06DD9
Text Example
Text Example
White with #D06DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DD9; }
p { color: rgb(208,109,217); }
H1.HeaderClassName
{
color: #D06DD9;
}
.AnyTagClassName
{
color: #D06DD9;
}
</style>
background-color css
<style>
a { background-color: #D06DD9; }
a { background-color: rgb(208,109,217); }
div.DivClassName
{
background-color: #D06DD9;
}
.BgClassName
{
background-color: #D06DD9;
}
</style>
border-color css
<style>
span { border-color: #D06DD9; }
span { border-color: rgb(208,109,217); }
td.TdClassName
{
border-color: #D06DD9;
}
.TagClassName
{
border-color: #D06DD9;
}
</style>