Shades of Orchid #D86ECE
Tints of Orchid #D86ECE
RGB
CMYK
RGB Variations
Color information
#D86ECE (or 0xD86ECE) is known color: Orchid. HEX triplet: D8, 6E and CE. RGB value is (216,110,206). Sum of RGB (Red+Green+Blue) = 216+110+206=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ECE is #279131. Grayscale: #989898. Windows color (decimal): -2593074 or 13528792. OLE color: 13528792.
HSL color Cylindrical-coordinate representation of color #D86ECE: hue angle of 305.66º 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 #D86ECE is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 206 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.15 |
| HSL | 305.66º | 0.58% | 0.64% | - |
| HSV(B) | 305.66º | 0.49% | 0.85% | - |
| XYZ | 45.04 | 30.21 | 61.85 | - |
| YUV | 152.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 206 | 0 | 0.49 | 0.05 | 0.15 | 305.66 | 0.58 | 0.64 |
| Hex | D8 | 6E | CE | 0 | 31 | 5 | F | 132 | 3A | 40 |
| Octal | 330 | 156 | 316 | 0 | 61 | 5 | 17 | 462 | 72 | 100 |
| Binary | 11011000 | 1101110 | 11001110 | 0 | 110001 | 101 | 1111 | 100110010 | 111010 | 1000000 |
Color Harmonies of #D86ECE
Complementary color
Monochromatic Colors of #D86ECE
Black with #D86ECE
Text Example
Text Example
White with #D86ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86ECE; }
p { color: rgb(216,110,206); }
H1.HeaderClassName
{
color: #D86ECE;
}
.AnyTagClassName
{
color: #D86ECE;
}
</style>
background-color css
<style>
a { background-color: #D86ECE; }
a { background-color: rgb(216,110,206); }
div.DivClassName
{
background-color: #D86ECE;
}
.BgClassName
{
background-color: #D86ECE;
}
</style>
border-color css
<style>
span { border-color: #D86ECE; }
span { border-color: rgb(216,110,206); }
td.TdClassName
{
border-color: #D86ECE;
}
.TagClassName
{
border-color: #D86ECE;
}
</style>