Shades of Orchid #D06DBB
Tints of Orchid #D06DBB
RGB
CMYK
RGB Variations
Color information
#D06DBB (or 0xD06DBB) is known color: Orchid. HEX triplet: D0, 6D and BB. RGB value is (208,109,187). Sum of RGB (Red+Green+Blue) = 208+109+187=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DBB is #2F9244. Grayscale: #939393. Windows color (decimal): -3117637 or 12283344. OLE color: 12283344.
HSL color Cylindrical-coordinate representation of color #D06DBB: hue angle of 312.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06DBB is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 187 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.18 |
| HSL | 312.73º | 0.51% | 0.62% | - |
| HSV(B) | 312.73º | 0.48% | 0.82% | - |
| XYZ | 40.45 | 27.94 | 50.27 | - |
| YUV | 147.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 187 | 0 | 0.48 | 0.10 | 0.18 | 312.73 | 0.51 | 0.62 |
| Hex | D0 | 6D | BB | 0 | 30 | A | 12 | 139 | 33 | 3E |
| Octal | 320 | 155 | 273 | 0 | 60 | 12 | 22 | 471 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10111011 | 0 | 110000 | 1010 | 10010 | 100111001 | 110011 | 111110 |
Color Harmonies of #D06DBB
Complementary color
Monochromatic Colors of #D06DBB
Black with #D06DBB
Text Example
Text Example
White with #D06DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DBB; }
p { color: rgb(208,109,187); }
H1.HeaderClassName
{
color: #D06DBB;
}
.AnyTagClassName
{
color: #D06DBB;
}
</style>
background-color css
<style>
a { background-color: #D06DBB; }
a { background-color: rgb(208,109,187); }
div.DivClassName
{
background-color: #D06DBB;
}
.BgClassName
{
background-color: #D06DBB;
}
</style>
border-color css
<style>
span { border-color: #D06DBB; }
span { border-color: rgb(208,109,187); }
td.TdClassName
{
border-color: #D06DBB;
}
.TagClassName
{
border-color: #D06DBB;
}
</style>