Shades of Orchid #D86CD6
Tints of Orchid #D86CD6
RGB
CMYK
RGB Variations
Color information
#D86CD6 (or 0xD86CD6) is known color: Orchid. HEX triplet: D8, 6C and D6. RGB value is (216,108,214). Sum of RGB (Red+Green+Blue) = 216+108+214=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CD6 is #279329. Grayscale: #989898. Windows color (decimal): -2593578 or 14052568. OLE color: 14052568.
HSL color Cylindrical-coordinate representation of color #D86CD6: hue angle of 301.11º 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 #D86CD6 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 214 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.15 |
| HSL | 301.11º | 0.58% | 0.64% | - |
| HSV(B) | 301.11º | 0.5% | 0.85% | - |
| XYZ | 45.82 | 30.18 | 67.03 | - |
| YUV | 152.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 214 | 0 | 0.50 | 0.01 | 0.15 | 301.11 | 0.58 | 0.64 |
| Hex | D8 | 6C | D6 | 0 | 32 | 1 | F | 12D | 3A | 40 |
| Octal | 330 | 154 | 326 | 0 | 62 | 1 | 17 | 455 | 72 | 100 |
| Binary | 11011000 | 1101100 | 11010110 | 0 | 110010 | 1 | 1111 | 100101101 | 111010 | 1000000 |
Color Harmonies of #D86CD6
Complementary color
Monochromatic Colors of #D86CD6
Black with #D86CD6
Text Example
Text Example
White with #D86CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CD6; }
p { color: rgb(216,108,214); }
H1.HeaderClassName
{
color: #D86CD6;
}
.AnyTagClassName
{
color: #D86CD6;
}
</style>
background-color css
<style>
a { background-color: #D86CD6; }
a { background-color: rgb(216,108,214); }
div.DivClassName
{
background-color: #D86CD6;
}
.BgClassName
{
background-color: #D86CD6;
}
</style>
border-color css
<style>
span { border-color: #D86CD6; }
span { border-color: rgb(216,108,214); }
td.TdClassName
{
border-color: #D86CD6;
}
.TagClassName
{
border-color: #D86CD6;
}
</style>