Shades of Orchid #D06BDB
Tints of Orchid #D06BDB
RGB
CMYK
RGB Variations
Color information
#D06BDB (or 0xD06BDB) is known color: Orchid. HEX triplet: D0, 6B and DB. RGB value is (208,107,219). Sum of RGB (Red+Green+Blue) = 208+107+219=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #D06BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BDB is #2F9424. Grayscale: #959595. Windows color (decimal): -3118117 or 14379984. OLE color: 14379984.
HSL color Cylindrical-coordinate representation of color #D06BDB: hue angle of 294.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06BDB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 107 | 219 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.14 |
| HSL | 294.11º | 0.61% | 0.64% | - |
| HSV(B) | 294.11º | 0.51% | 0.86% | - |
| XYZ | 44.06 | 29.04 | 70.3 | - |
| YUV | 149.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 219 | 0.05 | 0.51 | 0 | 0.14 | 294.11 | 0.61 | 0.64 |
| Hex | D0 | 6B | DB | 5 | 33 | 0 | E | 126 | 3D | 40 |
| Octal | 320 | 153 | 333 | 5 | 63 | 0 | 16 | 446 | 75 | 100 |
| Binary | 11010000 | 1101011 | 11011011 | 101 | 110011 | 0 | 1110 | 100100110 | 111101 | 1000000 |
Color Harmonies of #D06BDB
Complementary color
Monochromatic Colors of #D06BDB
Black with #D06BDB
Text Example
Text Example
White with #D06BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BDB; }
p { color: rgb(208,107,219); }
H1.HeaderClassName
{
color: #D06BDB;
}
.AnyTagClassName
{
color: #D06BDB;
}
</style>
background-color css
<style>
a { background-color: #D06BDB; }
a { background-color: rgb(208,107,219); }
div.DivClassName
{
background-color: #D06BDB;
}
.BgClassName
{
background-color: #D06BDB;
}
</style>
border-color css
<style>
span { border-color: #D06BDB; }
span { border-color: rgb(208,107,219); }
td.TdClassName
{
border-color: #D06BDB;
}
.TagClassName
{
border-color: #D06BDB;
}
</style>