Shades of Orchid #D86DBF
Tints of Orchid #D86DBF
RGB
CMYK
RGB Variations
Color information
#D86DBF (or 0xD86DBF) is known color: Orchid. HEX triplet: D8, 6D and BF. RGB value is (216,109,191). Sum of RGB (Red+Green+Blue) = 216+109+191=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DBF is #279240. Grayscale: #969696. Windows color (decimal): -2593345 or 12545496. OLE color: 12545496.
HSL color Cylindrical-coordinate representation of color #D86DBF: hue angle of 314.02º 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 #D86DBF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 191 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.15 |
| HSL | 314.02º | 0.58% | 0.64% | - |
| HSV(B) | 314.02º | 0.5% | 0.85% | - |
| XYZ | 43.19 | 29.3 | 52.67 | - |
| YUV | 150.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 191 | 0 | 0.50 | 0.12 | 0.15 | 314.02 | 0.58 | 0.64 |
| Hex | D8 | 6D | BF | 0 | 32 | C | F | 13A | 3A | 40 |
| Octal | 330 | 155 | 277 | 0 | 62 | 14 | 17 | 472 | 72 | 100 |
| Binary | 11011000 | 1101101 | 10111111 | 0 | 110010 | 1100 | 1111 | 100111010 | 111010 | 1000000 |
Color Harmonies of #D86DBF
Complementary color
Monochromatic Colors of #D86DBF
Black with #D86DBF
Text Example
Text Example
White with #D86DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DBF; }
p { color: rgb(216,109,191); }
H1.HeaderClassName
{
color: #D86DBF;
}
.AnyTagClassName
{
color: #D86DBF;
}
</style>
background-color css
<style>
a { background-color: #D86DBF; }
a { background-color: rgb(216,109,191); }
div.DivClassName
{
background-color: #D86DBF;
}
.BgClassName
{
background-color: #D86DBF;
}
</style>
border-color css
<style>
span { border-color: #D86DBF; }
span { border-color: rgb(216,109,191); }
td.TdClassName
{
border-color: #D86DBF;
}
.TagClassName
{
border-color: #D86DBF;
}
</style>