Shades of Orchid #D86DD9
Tints of Orchid #D86DD9
RGB
CMYK
RGB Variations
Color information
#D86DD9 (or 0xD86DD9) is known color: Orchid. HEX triplet: D8, 6D and D9. RGB value is (216,109,217). Sum of RGB (Red+Green+Blue) = 216+109+217=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #D86DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DD9 is #279226. Grayscale: #989898. Windows color (decimal): -2593319 or 14249432. OLE color: 14249432.
HSL color Cylindrical-coordinate representation of color #D86DD9: hue angle of 299.44º degrees, saturation: 0.59, 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 #D86DD9 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 217 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.15 |
| HSL | 299.44º | 0.59% | 0.64% | - |
| HSV(B) | 299.44º | 0.5% | 0.85% | - |
| XYZ | 46.31 | 30.55 | 69.1 | - |
| YUV | 153.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 217 | 0.00 | 0.50 | 0 | 0.15 | 299.44 | 0.59 | 0.64 |
| Hex | D8 | 6D | D9 | 0 | 32 | 0 | F | 12B | 3B | 40 |
| Octal | 330 | 155 | 331 | 0 | 62 | 0 | 17 | 453 | 73 | 100 |
| Binary | 11011000 | 1101101 | 11011001 | 0 | 110010 | 0 | 1111 | 100101011 | 111011 | 1000000 |
Color Harmonies of #D86DD9
Complementary color
Monochromatic Colors of #D86DD9
Black with #D86DD9
Text Example
Text Example
White with #D86DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DD9; }
p { color: rgb(216,109,217); }
H1.HeaderClassName
{
color: #D86DD9;
}
.AnyTagClassName
{
color: #D86DD9;
}
</style>
background-color css
<style>
a { background-color: #D86DD9; }
a { background-color: rgb(216,109,217); }
div.DivClassName
{
background-color: #D86DD9;
}
.BgClassName
{
background-color: #D86DD9;
}
</style>
border-color css
<style>
span { border-color: #D86DD9; }
span { border-color: rgb(216,109,217); }
td.TdClassName
{
border-color: #D86DD9;
}
.TagClassName
{
border-color: #D86DD9;
}
</style>