Shades of Orchid #D86ECD
Tints of Orchid #D86ECD
RGB
CMYK
RGB Variations
Color information
#D86ECD (or 0xD86ECD) is known color: Orchid. HEX triplet: D8, 6E and CD. RGB value is (216,110,205). Sum of RGB (Red+Green+Blue) = 216+110+205=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ECD is #279132. Grayscale: #989898. Windows color (decimal): -2593075 or 13463256. OLE color: 13463256.
HSL color Cylindrical-coordinate representation of color #D86ECD: hue angle of 306.23º 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 #D86ECD is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 205 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.15 |
| HSL | 306.23º | 0.58% | 0.64% | - |
| HSV(B) | 306.23º | 0.49% | 0.85% | - |
| XYZ | 44.91 | 30.16 | 61.21 | - |
| YUV | 152.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 205 | 0 | 0.49 | 0.05 | 0.15 | 306.23 | 0.58 | 0.64 |
| Hex | D8 | 6E | CD | 0 | 31 | 5 | F | 132 | 3A | 40 |
| Octal | 330 | 156 | 315 | 0 | 61 | 5 | 17 | 462 | 72 | 100 |
| Binary | 11011000 | 1101110 | 11001101 | 0 | 110001 | 101 | 1111 | 100110010 | 111010 | 1000000 |
Color Harmonies of #D86ECD
Complementary color
Monochromatic Colors of #D86ECD
Black with #D86ECD
Text Example
Text Example
White with #D86ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86ECD; }
p { color: rgb(216,110,205); }
H1.HeaderClassName
{
color: #D86ECD;
}
.AnyTagClassName
{
color: #D86ECD;
}
</style>
background-color css
<style>
a { background-color: #D86ECD; }
a { background-color: rgb(216,110,205); }
div.DivClassName
{
background-color: #D86ECD;
}
.BgClassName
{
background-color: #D86ECD;
}
</style>
border-color css
<style>
span { border-color: #D86ECD; }
span { border-color: rgb(216,110,205); }
td.TdClassName
{
border-color: #D86ECD;
}
.TagClassName
{
border-color: #D86ECD;
}
</style>