Shades of Orchid #D86CD1
Tints of Orchid #D86CD1
RGB
CMYK
RGB Variations
Color information
#D86CD1 (or 0xD86CD1) is known color: Orchid. HEX triplet: D8, 6C and D1. RGB value is (216,108,209). Sum of RGB (Red+Green+Blue) = 216+108+209=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CD1 is #27932E. Grayscale: #979797. Windows color (decimal): -2593583 or 13724888. OLE color: 13724888.
HSL color Cylindrical-coordinate representation of color #D86CD1: hue angle of 303.89º 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 #D86CD1 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 209 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.15 |
| HSL | 303.89º | 0.58% | 0.64% | - |
| HSV(B) | 303.89º | 0.5% | 0.85% | - |
| XYZ | 45.19 | 29.93 | 63.72 | - |
| YUV | 151.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 209 | 0 | 0.50 | 0.03 | 0.15 | 303.89 | 0.58 | 0.64 |
| Hex | D8 | 6C | D1 | 0 | 32 | 3 | F | 130 | 3A | 40 |
| Octal | 330 | 154 | 321 | 0 | 62 | 3 | 17 | 460 | 72 | 100 |
| Binary | 11011000 | 1101100 | 11010001 | 0 | 110010 | 11 | 1111 | 100110000 | 111010 | 1000000 |
Color Harmonies of #D86CD1
Complementary color
Monochromatic Colors of #D86CD1
Black with #D86CD1
Text Example
Text Example
White with #D86CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CD1; }
p { color: rgb(216,108,209); }
H1.HeaderClassName
{
color: #D86CD1;
}
.AnyTagClassName
{
color: #D86CD1;
}
</style>
background-color css
<style>
a { background-color: #D86CD1; }
a { background-color: rgb(216,108,209); }
div.DivClassName
{
background-color: #D86CD1;
}
.BgClassName
{
background-color: #D86CD1;
}
</style>
border-color css
<style>
span { border-color: #D86CD1; }
span { border-color: rgb(216,108,209); }
td.TdClassName
{
border-color: #D86CD1;
}
.TagClassName
{
border-color: #D86CD1;
}
</style>