Shades of Orchid #D86ED0
Tints of Orchid #D86ED0
RGB
CMYK
RGB Variations
Color information
#D86ED0 (or 0xD86ED0) is known color: Orchid. HEX triplet: D8, 6E and D0. RGB value is (216,110,208). Sum of RGB (Red+Green+Blue) = 216+110+208=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ED0 is #27912F. Grayscale: #989898. Windows color (decimal): -2593072 or 13659864. OLE color: 13659864.
HSL color Cylindrical-coordinate representation of color #D86ED0: hue angle of 304.53º 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 #D86ED0 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 208 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.15 |
| HSL | 304.53º | 0.58% | 0.64% | - |
| HSV(B) | 304.53º | 0.49% | 0.85% | - |
| XYZ | 45.28 | 30.3 | 63.14 | - |
| YUV | 152.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 208 | 0 | 0.49 | 0.04 | 0.15 | 304.53 | 0.58 | 0.64 |
| Hex | D8 | 6E | D0 | 0 | 31 | 4 | F | 131 | 3A | 40 |
| Octal | 330 | 156 | 320 | 0 | 61 | 4 | 17 | 461 | 72 | 100 |
| Binary | 11011000 | 1101110 | 11010000 | 0 | 110001 | 100 | 1111 | 100110001 | 111010 | 1000000 |
Color Harmonies of #D86ED0
Complementary color
Monochromatic Colors of #D86ED0
Black with #D86ED0
Text Example
Text Example
White with #D86ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86ED0; }
p { color: rgb(216,110,208); }
H1.HeaderClassName
{
color: #D86ED0;
}
.AnyTagClassName
{
color: #D86ED0;
}
</style>
background-color css
<style>
a { background-color: #D86ED0; }
a { background-color: rgb(216,110,208); }
div.DivClassName
{
background-color: #D86ED0;
}
.BgClassName
{
background-color: #D86ED0;
}
</style>
border-color css
<style>
span { border-color: #D86ED0; }
span { border-color: rgb(216,110,208); }
td.TdClassName
{
border-color: #D86ED0;
}
.TagClassName
{
border-color: #D86ED0;
}
</style>