Shades of Orchid #D86DCD
Tints of Orchid #D86DCD
RGB
CMYK
RGB Variations
Color information
#D86DCD (or 0xD86DCD) is known color: Orchid. HEX triplet: D8, 6D and CD. RGB value is (216,109,205). Sum of RGB (Red+Green+Blue) = 216+109+205=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DCD is #279232. Grayscale: #979797. Windows color (decimal): -2593331 or 13463000. OLE color: 13463000.
HSL color Cylindrical-coordinate representation of color #D86DCD: hue angle of 306.17º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86DCD is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 205 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.15 |
| HSL | 306.17º | 0.58% | 0.64% | - |
| HSV(B) | 306.17º | 0.5% | 0.85% | - |
| XYZ | 44.81 | 29.94 | 61.18 | - |
| YUV | 151.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 205 | 0 | 0.50 | 0.05 | 0.15 | 306.17 | 0.58 | 0.64 |
| Hex | D8 | 6D | CD | 0 | 32 | 5 | F | 132 | 3A | 40 |
| Octal | 330 | 155 | 315 | 0 | 62 | 5 | 17 | 462 | 72 | 100 |
| Binary | 11011000 | 1101101 | 11001101 | 0 | 110010 | 101 | 1111 | 100110010 | 111010 | 1000000 |
Color Harmonies of #D86DCD
Complementary color
Monochromatic Colors of #D86DCD
Black with #D86DCD
Text Example
Text Example
White with #D86DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DCD; }
p { color: rgb(216,109,205); }
H1.HeaderClassName
{
color: #D86DCD;
}
.AnyTagClassName
{
color: #D86DCD;
}
</style>
background-color css
<style>
a { background-color: #D86DCD; }
a { background-color: rgb(216,109,205); }
div.DivClassName
{
background-color: #D86DCD;
}
.BgClassName
{
background-color: #D86DCD;
}
</style>
border-color css
<style>
span { border-color: #D86DCD; }
span { border-color: rgb(216,109,205); }
td.TdClassName
{
border-color: #D86DCD;
}
.TagClassName
{
border-color: #D86DCD;
}
</style>