Shades of Orchid #D86DDA
Tints of Orchid #D86DDA
RGB
CMYK
RGB Variations
Color information
#D86DDA (or 0xD86DDA) is known color: Orchid. HEX triplet: D8, 6D and DA. RGB value is (216,109,218). Sum of RGB (Red+Green+Blue) = 216+109+218=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D86DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DDA is #279225. Grayscale: #999999. Windows color (decimal): -2593318 or 14314968. OLE color: 14314968.
HSL color Cylindrical-coordinate representation of color #D86DDA: hue angle of 298.9º 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 #D86DDA is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 218 | - |
| CMYK | 0.01 | 0.5 | 0 | 0.15 |
| HSL | 298.9º | 0.6% | 0.64% | - |
| HSV(B) | 298.9º | 0.5% | 0.85% | - |
| XYZ | 46.44 | 30.6 | 69.79 | - |
| YUV | 153.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 218 | 0.01 | 0.5 | 0 | 0.15 | 298.9 | 0.6 | 0.64 |
| Hex | D8 | 6D | DA | 1 | 32 | 0 | F | 12B | 3C | 40 |
| Octal | 330 | 155 | 332 | 1 | 62 | 0 | 17 | 453 | 74 | 100 |
| Binary | 11011000 | 1101101 | 11011010 | 1 | 110010 | 0 | 1111 | 100101011 | 111100 | 1000000 |
Color Harmonies of #D86DDA
Complementary color
Monochromatic Colors of #D86DDA
Black with #D86DDA
Text Example
Text Example
White with #D86DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DDA; }
p { color: rgb(216,109,218); }
H1.HeaderClassName
{
color: #D86DDA;
}
.AnyTagClassName
{
color: #D86DDA;
}
</style>
background-color css
<style>
a { background-color: #D86DDA; }
a { background-color: rgb(216,109,218); }
div.DivClassName
{
background-color: #D86DDA;
}
.BgClassName
{
background-color: #D86DDA;
}
</style>
border-color css
<style>
span { border-color: #D86DDA; }
span { border-color: rgb(216,109,218); }
td.TdClassName
{
border-color: #D86DDA;
}
.TagClassName
{
border-color: #D86DDA;
}
</style>