Shades of Orchid #D86EC9
Tints of Orchid #D86EC9
RGB
CMYK
RGB Variations
Color information
#D86EC9 (or 0xD86EC9) is known color: Orchid. HEX triplet: D8, 6E and C9. RGB value is (216,110,201). Sum of RGB (Red+Green+Blue) = 216+110+201=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EC9 is #279136. Grayscale: #979797. Windows color (decimal): -2593079 or 13201112. OLE color: 13201112.
HSL color Cylindrical-coordinate representation of color #D86EC9: hue angle of 308.49º 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 #D86EC9 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 201 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.15 |
| HSL | 308.49º | 0.58% | 0.64% | - |
| HSV(B) | 308.49º | 0.49% | 0.85% | - |
| XYZ | 44.44 | 29.97 | 58.7 | - |
| YUV | 152.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 201 | 0 | 0.49 | 0.07 | 0.15 | 308.49 | 0.58 | 0.64 |
| Hex | D8 | 6E | C9 | 0 | 31 | 7 | F | 134 | 3A | 40 |
| Octal | 330 | 156 | 311 | 0 | 61 | 7 | 17 | 464 | 72 | 100 |
| Binary | 11011000 | 1101110 | 11001001 | 0 | 110001 | 111 | 1111 | 100110100 | 111010 | 1000000 |
Color Harmonies of #D86EC9
Complementary color
Monochromatic Colors of #D86EC9
Black with #D86EC9
Text Example
Text Example
White with #D86EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86EC9; }
p { color: rgb(216,110,201); }
H1.HeaderClassName
{
color: #D86EC9;
}
.AnyTagClassName
{
color: #D86EC9;
}
</style>
background-color css
<style>
a { background-color: #D86EC9; }
a { background-color: rgb(216,110,201); }
div.DivClassName
{
background-color: #D86EC9;
}
.BgClassName
{
background-color: #D86EC9;
}
</style>
border-color css
<style>
span { border-color: #D86EC9; }
span { border-color: rgb(216,110,201); }
td.TdClassName
{
border-color: #D86EC9;
}
.TagClassName
{
border-color: #D86EC9;
}
</style>