Shades of Orchid #D06ADB
Tints of Orchid #D06ADB
RGB
CMYK
RGB Variations
Color information
#D06ADB (or 0xD06ADB) is known color: Orchid. HEX triplet: D0, 6A and DB. RGB value is (208,106,219). Sum of RGB (Red+Green+Blue) = 208+106+219=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #D06ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ADB is #2F9524. Grayscale: #959595. Windows color (decimal): -3118373 or 14379728. OLE color: 14379728.
HSL color Cylindrical-coordinate representation of color #D06ADB: hue angle of 294.16º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06ADB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 106 | 219 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.14 |
| HSL | 294.16º | 0.61% | 0.64% | - |
| HSV(B) | 294.16º | 0.52% | 0.86% | - |
| XYZ | 43.95 | 28.83 | 70.27 | - |
| YUV | 149.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 219 | 0.05 | 0.52 | 0 | 0.14 | 294.16 | 0.61 | 0.64 |
| Hex | D0 | 6A | DB | 5 | 34 | 0 | E | 126 | 3D | 40 |
| Octal | 320 | 152 | 333 | 5 | 64 | 0 | 16 | 446 | 75 | 100 |
| Binary | 11010000 | 1101010 | 11011011 | 101 | 110100 | 0 | 1110 | 100100110 | 111101 | 1000000 |
Color Harmonies of #D06ADB
Complementary color
Monochromatic Colors of #D06ADB
Black with #D06ADB
Text Example
Text Example
White with #D06ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06ADB; }
p { color: rgb(208,106,219); }
H1.HeaderClassName
{
color: #D06ADB;
}
.AnyTagClassName
{
color: #D06ADB;
}
</style>
background-color css
<style>
a { background-color: #D06ADB; }
a { background-color: rgb(208,106,219); }
div.DivClassName
{
background-color: #D06ADB;
}
.BgClassName
{
background-color: #D06ADB;
}
</style>
border-color css
<style>
span { border-color: #D06ADB; }
span { border-color: rgb(208,106,219); }
td.TdClassName
{
border-color: #D06ADB;
}
.TagClassName
{
border-color: #D06ADB;
}
</style>