Shades of Orchid #D86CD3
Tints of Orchid #D86CD3
RGB
CMYK
RGB Variations
Color information
#D86CD3 (or 0xD86CD3) is known color: Orchid. HEX triplet: D8, 6C and D3. RGB value is (216,108,211). Sum of RGB (Red+Green+Blue) = 216+108+211=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CD3 is #27932C. Grayscale: #979797. Windows color (decimal): -2593581 or 13855960. OLE color: 13855960.
HSL color Cylindrical-coordinate representation of color #D86CD3: hue angle of 302.78º 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 #D86CD3 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 211 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.15 |
| HSL | 302.78º | 0.58% | 0.64% | - |
| HSV(B) | 302.78º | 0.5% | 0.85% | - |
| XYZ | 45.44 | 30.03 | 65.03 | - |
| YUV | 152.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 211 | 0 | 0.50 | 0.02 | 0.15 | 302.78 | 0.58 | 0.64 |
| Hex | D8 | 6C | D3 | 0 | 32 | 2 | F | 12F | 3A | 40 |
| Octal | 330 | 154 | 323 | 0 | 62 | 2 | 17 | 457 | 72 | 100 |
| Binary | 11011000 | 1101100 | 11010011 | 0 | 110010 | 10 | 1111 | 100101111 | 111010 | 1000000 |
Color Harmonies of #D86CD3
Complementary color
Monochromatic Colors of #D86CD3
Black with #D86CD3
Text Example
Text Example
White with #D86CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CD3; }
p { color: rgb(216,108,211); }
H1.HeaderClassName
{
color: #D86CD3;
}
.AnyTagClassName
{
color: #D86CD3;
}
</style>
background-color css
<style>
a { background-color: #D86CD3; }
a { background-color: rgb(216,108,211); }
div.DivClassName
{
background-color: #D86CD3;
}
.BgClassName
{
background-color: #D86CD3;
}
</style>
border-color css
<style>
span { border-color: #D86CD3; }
span { border-color: rgb(216,108,211); }
td.TdClassName
{
border-color: #D86CD3;
}
.TagClassName
{
border-color: #D86CD3;
}
</style>