Shades of Orchid #D86ED1
Tints of Orchid #D86ED1
RGB
CMYK
RGB Variations
Color information
#D86ED1 (or 0xD86ED1) is known color: Orchid. HEX triplet: D8, 6E and D1. RGB value is (216,110,209). Sum of RGB (Red+Green+Blue) = 216+110+209=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ED1 is #27912E. Grayscale: #989898. Windows color (decimal): -2593071 or 13725400. OLE color: 13725400.
HSL color Cylindrical-coordinate representation of color #D86ED1: hue angle of 303.96º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86ED1 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 209 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.15 |
| HSL | 303.96º | 0.58% | 0.64% | - |
| HSV(B) | 303.96º | 0.49% | 0.85% | - |
| XYZ | 45.4 | 30.35 | 63.79 | - |
| YUV | 152.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 209 | 0 | 0.49 | 0.03 | 0.15 | 303.96 | 0.58 | 0.64 |
| Hex | D8 | 6E | D1 | 0 | 31 | 3 | F | 130 | 3A | 40 |
| Octal | 330 | 156 | 321 | 0 | 61 | 3 | 17 | 460 | 72 | 100 |
| Binary | 11011000 | 1101110 | 11010001 | 0 | 110001 | 11 | 1111 | 100110000 | 111010 | 1000000 |
Color Harmonies of #D86ED1
Complementary color
Monochromatic Colors of #D86ED1
Black with #D86ED1
Text Example
Text Example
White with #D86ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86ED1; }
p { color: rgb(216,110,209); }
H1.HeaderClassName
{
color: #D86ED1;
}
.AnyTagClassName
{
color: #D86ED1;
}
</style>
background-color css
<style>
a { background-color: #D86ED1; }
a { background-color: rgb(216,110,209); }
div.DivClassName
{
background-color: #D86ED1;
}
.BgClassName
{
background-color: #D86ED1;
}
</style>
border-color css
<style>
span { border-color: #D86ED1; }
span { border-color: rgb(216,110,209); }
td.TdClassName
{
border-color: #D86ED1;
}
.TagClassName
{
border-color: #D86ED1;
}
</style>