Shades of Orchid #D86DD0
Tints of Orchid #D86DD0
RGB
CMYK
RGB Variations
Color information
#D86DD0 (or 0xD86DD0) is known color: Orchid. HEX triplet: D8, 6D and D0. RGB value is (216,109,208). Sum of RGB (Red+Green+Blue) = 216+109+208=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DD0 is #27922F. Grayscale: #979797. Windows color (decimal): -2593328 or 13659608. OLE color: 13659608.
HSL color Cylindrical-coordinate representation of color #D86DD0: hue angle of 304.49º 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 #D86DD0 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 208 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.15 |
| HSL | 304.49º | 0.58% | 0.64% | - |
| HSV(B) | 304.49º | 0.5% | 0.85% | - |
| XYZ | 45.17 | 30.09 | 63.1 | - |
| YUV | 152.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 208 | 0 | 0.50 | 0.04 | 0.15 | 304.49 | 0.58 | 0.64 |
| Hex | D8 | 6D | D0 | 0 | 32 | 4 | F | 130 | 3A | 40 |
| Octal | 330 | 155 | 320 | 0 | 62 | 4 | 17 | 460 | 72 | 100 |
| Binary | 11011000 | 1101101 | 11010000 | 0 | 110010 | 100 | 1111 | 100110000 | 111010 | 1000000 |
Color Harmonies of #D86DD0
Complementary color
Monochromatic Colors of #D86DD0
Black with #D86DD0
Text Example
Text Example
White with #D86DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DD0; }
p { color: rgb(216,109,208); }
H1.HeaderClassName
{
color: #D86DD0;
}
.AnyTagClassName
{
color: #D86DD0;
}
</style>
background-color css
<style>
a { background-color: #D86DD0; }
a { background-color: rgb(216,109,208); }
div.DivClassName
{
background-color: #D86DD0;
}
.BgClassName
{
background-color: #D86DD0;
}
</style>
border-color css
<style>
span { border-color: #D86DD0; }
span { border-color: rgb(216,109,208); }
td.TdClassName
{
border-color: #D86DD0;
}
.TagClassName
{
border-color: #D86DD0;
}
</style>