Shades of Orchid #D86DCC
Tints of Orchid #D86DCC
RGB
CMYK
RGB Variations
Color information
#D86DCC (or 0xD86DCC) is known color: Orchid. HEX triplet: D8, 6D and CC. RGB value is (216,109,204). Sum of RGB (Red+Green+Blue) = 216+109+204=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DCC is #279233. Grayscale: #979797. Windows color (decimal): -2593332 or 13397464. OLE color: 13397464.
HSL color Cylindrical-coordinate representation of color #D86DCC: hue angle of 306.73º 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 #D86DCC is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 204 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.15 |
| HSL | 306.73º | 0.58% | 0.64% | - |
| HSV(B) | 306.73º | 0.5% | 0.85% | - |
| XYZ | 44.69 | 29.9 | 60.54 | - |
| YUV | 151.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 204 | 0 | 0.50 | 0.06 | 0.15 | 306.73 | 0.58 | 0.64 |
| Hex | D8 | 6D | CC | 0 | 32 | 6 | F | 133 | 3A | 40 |
| Octal | 330 | 155 | 314 | 0 | 62 | 6 | 17 | 463 | 72 | 100 |
| Binary | 11011000 | 1101101 | 11001100 | 0 | 110010 | 110 | 1111 | 100110011 | 111010 | 1000000 |
Color Harmonies of #D86DCC
Complementary color
Monochromatic Colors of #D86DCC
Black with #D86DCC
Text Example
Text Example
White with #D86DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DCC; }
p { color: rgb(216,109,204); }
H1.HeaderClassName
{
color: #D86DCC;
}
.AnyTagClassName
{
color: #D86DCC;
}
</style>
background-color css
<style>
a { background-color: #D86DCC; }
a { background-color: rgb(216,109,204); }
div.DivClassName
{
background-color: #D86DCC;
}
.BgClassName
{
background-color: #D86DCC;
}
</style>
border-color css
<style>
span { border-color: #D86DCC; }
span { border-color: rgb(216,109,204); }
td.TdClassName
{
border-color: #D86DCC;
}
.TagClassName
{
border-color: #D86DCC;
}
</style>