Shades of Orchid #D86DBB
Tints of Orchid #D86DBB
RGB
CMYK
RGB Variations
Color information
#D86DBB (or 0xD86DBB) is known color: Orchid. HEX triplet: D8, 6D and BB. RGB value is (216,109,187). Sum of RGB (Red+Green+Blue) = 216+109+187=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DBB is #279244. Grayscale: #959595. Windows color (decimal): -2593349 or 12283352. OLE color: 12283352.
HSL color Cylindrical-coordinate representation of color #D86DBB: hue angle of 316.26º degrees, saturation: 0.58, 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 #D86DBB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 187 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.15 |
| HSL | 316.26º | 0.58% | 0.64% | - |
| HSV(B) | 316.26º | 0.5% | 0.85% | - |
| XYZ | 42.76 | 29.12 | 50.38 | - |
| YUV | 149.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 187 | 0 | 0.50 | 0.13 | 0.15 | 316.26 | 0.58 | 0.64 |
| Hex | D8 | 6D | BB | 0 | 32 | D | F | 13C | 3A | 40 |
| Octal | 330 | 155 | 273 | 0 | 62 | 15 | 17 | 474 | 72 | 100 |
| Binary | 11011000 | 1101101 | 10111011 | 0 | 110010 | 1101 | 1111 | 100111100 | 111010 | 1000000 |
Color Harmonies of #D86DBB
Complementary color
Monochromatic Colors of #D86DBB
Black with #D86DBB
Text Example
Text Example
White with #D86DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DBB; }
p { color: rgb(216,109,187); }
H1.HeaderClassName
{
color: #D86DBB;
}
.AnyTagClassName
{
color: #D86DBB;
}
</style>
background-color css
<style>
a { background-color: #D86DBB; }
a { background-color: rgb(216,109,187); }
div.DivClassName
{
background-color: #D86DBB;
}
.BgClassName
{
background-color: #D86DBB;
}
</style>
border-color css
<style>
span { border-color: #D86DBB; }
span { border-color: rgb(216,109,187); }
td.TdClassName
{
border-color: #D86DBB;
}
.TagClassName
{
border-color: #D86DBB;
}
</style>