Shades of Orchid #D86CE1
Tints of Orchid #D86CE1
RGB
CMYK
RGB Variations
Color information
#D86CE1 (or 0xD86CE1) is known color: Orchid. HEX triplet: D8, 6C and E1. RGB value is (216,108,225). Sum of RGB (Red+Green+Blue) = 216+108+225=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #D86CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CE1 is #27931E. Grayscale: #999999. Windows color (decimal): -2593567 or 14773464. OLE color: 14773464.
HSL color Cylindrical-coordinate representation of color #D86CE1: hue angle of 295.38º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86CE1 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 108 | 225 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.12 |
| HSL | 295.38º | 0.66% | 0.65% | - |
| HSV(B) | 295.38º | 0.52% | 0.88% | - |
| XYZ | 47.27 | 30.76 | 74.68 | - |
| YUV | 153.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 225 | 0.04 | 0.52 | 0 | 0.12 | 295.38 | 0.66 | 0.65 |
| Hex | D8 | 6C | E1 | 4 | 34 | 0 | C | 127 | 42 | 41 |
| Octal | 330 | 154 | 341 | 4 | 64 | 0 | 14 | 447 | 102 | 101 |
| Binary | 11011000 | 1101100 | 11100001 | 100 | 110100 | 0 | 1100 | 100100111 | 1000010 | 1000001 |
Color Harmonies of #D86CE1
Complementary color
Monochromatic Colors of #D86CE1
Black with #D86CE1
Text Example
Text Example
White with #D86CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CE1; }
p { color: rgb(216,108,225); }
H1.HeaderClassName
{
color: #D86CE1;
}
.AnyTagClassName
{
color: #D86CE1;
}
</style>
background-color css
<style>
a { background-color: #D86CE1; }
a { background-color: rgb(216,108,225); }
div.DivClassName
{
background-color: #D86CE1;
}
.BgClassName
{
background-color: #D86CE1;
}
</style>
border-color css
<style>
span { border-color: #D86CE1; }
span { border-color: rgb(216,108,225); }
td.TdClassName
{
border-color: #D86CE1;
}
.TagClassName
{
border-color: #D86CE1;
}
</style>