Shades of Orchid #D86DBD
Tints of Orchid #D86DBD
RGB
CMYK
RGB Variations
Color information
#D86DBD (or 0xD86DBD) is known color: Orchid. HEX triplet: D8, 6D and BD. RGB value is (216,109,189). Sum of RGB (Red+Green+Blue) = 216+109+189=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DBD is #279242. Grayscale: #959595. Windows color (decimal): -2593347 or 12414424. OLE color: 12414424.
HSL color Cylindrical-coordinate representation of color #D86DBD: hue angle of 315.14º 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 #D86DBD is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 189 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.15 |
| HSL | 315.14º | 0.58% | 0.64% | - |
| HSV(B) | 315.14º | 0.5% | 0.85% | - |
| XYZ | 42.97 | 29.21 | 51.52 | - |
| YUV | 150.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 189 | 0 | 0.50 | 0.12 | 0.15 | 315.14 | 0.58 | 0.64 |
| Hex | D8 | 6D | BD | 0 | 32 | C | F | 13B | 3A | 40 |
| Octal | 330 | 155 | 275 | 0 | 62 | 14 | 17 | 473 | 72 | 100 |
| Binary | 11011000 | 1101101 | 10111101 | 0 | 110010 | 1100 | 1111 | 100111011 | 111010 | 1000000 |
Color Harmonies of #D86DBD
Complementary color
Monochromatic Colors of #D86DBD
Black with #D86DBD
Text Example
Text Example
White with #D86DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DBD; }
p { color: rgb(216,109,189); }
H1.HeaderClassName
{
color: #D86DBD;
}
.AnyTagClassName
{
color: #D86DBD;
}
</style>
background-color css
<style>
a { background-color: #D86DBD; }
a { background-color: rgb(216,109,189); }
div.DivClassName
{
background-color: #D86DBD;
}
.BgClassName
{
background-color: #D86DBD;
}
</style>
border-color css
<style>
span { border-color: #D86DBD; }
span { border-color: rgb(216,109,189); }
td.TdClassName
{
border-color: #D86DBD;
}
.TagClassName
{
border-color: #D86DBD;
}
</style>