Shades of Orchid #D86EE0
Tints of Orchid #D86EE0
RGB
CMYK
RGB Variations
Color information
#D86EE0 (or 0xD86EE0) is known color: Orchid. HEX triplet: D8, 6E and E0. RGB value is (216,110,224). Sum of RGB (Red+Green+Blue) = 216+110+224=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #D86EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EE0 is #27911F. Grayscale: #9A9A9A. Windows color (decimal): -2593056 or 14708440. OLE color: 14708440.
HSL color Cylindrical-coordinate representation of color #D86EE0: hue angle of 295.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86EE0 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 110 | 224 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.12 |
| HSL | 295.79º | 0.65% | 0.65% | - |
| HSV(B) | 295.79º | 0.51% | 0.88% | - |
| XYZ | 47.35 | 31.13 | 74.03 | - |
| YUV | 154.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 224 | 0.04 | 0.51 | 0 | 0.12 | 295.79 | 0.65 | 0.65 |
| Hex | D8 | 6E | E0 | 4 | 33 | 0 | C | 128 | 41 | 41 |
| Octal | 330 | 156 | 340 | 4 | 63 | 0 | 14 | 450 | 101 | 101 |
| Binary | 11011000 | 1101110 | 11100000 | 100 | 110011 | 0 | 1100 | 100101000 | 1000001 | 1000001 |
Color Harmonies of #D86EE0
Complementary color
Monochromatic Colors of #D86EE0
Black with #D86EE0
Text Example
Text Example
White with #D86EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86EE0; }
p { color: rgb(216,110,224); }
H1.HeaderClassName
{
color: #D86EE0;
}
.AnyTagClassName
{
color: #D86EE0;
}
</style>
background-color css
<style>
a { background-color: #D86EE0; }
a { background-color: rgb(216,110,224); }
div.DivClassName
{
background-color: #D86EE0;
}
.BgClassName
{
background-color: #D86EE0;
}
</style>
border-color css
<style>
span { border-color: #D86EE0; }
span { border-color: rgb(216,110,224); }
td.TdClassName
{
border-color: #D86EE0;
}
.TagClassName
{
border-color: #D86EE0;
}
</style>