Shades of Orchid #D06EBB
Tints of Orchid #D06EBB
RGB
CMYK
RGB Variations
Color information
#D06EBB (or 0xD06EBB) is known color: Orchid. HEX triplet: D0, 6E and BB. RGB value is (208,110,187). Sum of RGB (Red+Green+Blue) = 208+110+187=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EBB is #2F9144. Grayscale: #939393. Windows color (decimal): -3117381 or 12283600. OLE color: 12283600.
HSL color Cylindrical-coordinate representation of color #D06EBB: hue angle of 312.86º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06EBB is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 187 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.18 |
| HSL | 312.86º | 0.51% | 0.62% | - |
| HSV(B) | 312.86º | 0.47% | 0.82% | - |
| XYZ | 40.56 | 28.15 | 50.31 | - |
| YUV | 148.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 187 | 0 | 0.47 | 0.10 | 0.18 | 312.86 | 0.51 | 0.62 |
| Hex | D0 | 6E | BB | 0 | 2F | A | 12 | 139 | 33 | 3E |
| Octal | 320 | 156 | 273 | 0 | 57 | 12 | 22 | 471 | 63 | 76 |
| Binary | 11010000 | 1101110 | 10111011 | 0 | 101111 | 1010 | 10010 | 100111001 | 110011 | 111110 |
Color Harmonies of #D06EBB
Complementary color
Monochromatic Colors of #D06EBB
Black with #D06EBB
Text Example
Text Example
White with #D06EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06EBB; }
p { color: rgb(208,110,187); }
H1.HeaderClassName
{
color: #D06EBB;
}
.AnyTagClassName
{
color: #D06EBB;
}
</style>
background-color css
<style>
a { background-color: #D06EBB; }
a { background-color: rgb(208,110,187); }
div.DivClassName
{
background-color: #D06EBB;
}
.BgClassName
{
background-color: #D06EBB;
}
</style>
border-color css
<style>
span { border-color: #D06EBB; }
span { border-color: rgb(208,110,187); }
td.TdClassName
{
border-color: #D06EBB;
}
.TagClassName
{
border-color: #D06EBB;
}
</style>