Shades of Orchid #D86CDA
Tints of Orchid #D86CDA
RGB
CMYK
RGB Variations
Color information
#D86CDA (or 0xD86CDA) is known color: Orchid. HEX triplet: D8, 6C and DA. RGB value is (216,108,218). Sum of RGB (Red+Green+Blue) = 216+108+218=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #D86CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CDA is #279325. Grayscale: #989898. Windows color (decimal): -2593574 or 14314712. OLE color: 14314712.
HSL color Cylindrical-coordinate representation of color #D86CDA: hue angle of 298.91º degrees, saturation: 0.6, 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 #D86CDA is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 218 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.15 |
| HSL | 298.91º | 0.6% | 0.64% | - |
| HSV(B) | 298.91º | 0.5% | 0.85% | - |
| XYZ | 46.34 | 30.39 | 69.75 | - |
| YUV | 152.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 218 | 0.01 | 0.50 | 0 | 0.15 | 298.91 | 0.6 | 0.64 |
| Hex | D8 | 6C | DA | 1 | 32 | 0 | F | 12B | 3C | 40 |
| Octal | 330 | 154 | 332 | 1 | 62 | 0 | 17 | 453 | 74 | 100 |
| Binary | 11011000 | 1101100 | 11011010 | 1 | 110010 | 0 | 1111 | 100101011 | 111100 | 1000000 |
Color Harmonies of #D86CDA
Complementary color
Monochromatic Colors of #D86CDA
Black with #D86CDA
Text Example
Text Example
White with #D86CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CDA; }
p { color: rgb(216,108,218); }
H1.HeaderClassName
{
color: #D86CDA;
}
.AnyTagClassName
{
color: #D86CDA;
}
</style>
background-color css
<style>
a { background-color: #D86CDA; }
a { background-color: rgb(216,108,218); }
div.DivClassName
{
background-color: #D86CDA;
}
.BgClassName
{
background-color: #D86CDA;
}
</style>
border-color css
<style>
span { border-color: #D86CDA; }
span { border-color: rgb(216,108,218); }
td.TdClassName
{
border-color: #D86CDA;
}
.TagClassName
{
border-color: #D86CDA;
}
</style>