Shades of Orchid #D86AC0
Tints of Orchid #D86AC0
RGB
CMYK
RGB Variations
Color information
#D86AC0 (or 0xD86AC0) is known color: Orchid. HEX triplet: D8, 6A and C0. RGB value is (216,106,192). Sum of RGB (Red+Green+Blue) = 216+106+192=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AC0 is #27953F. Grayscale: #949494. Windows color (decimal): -2594112 or 12610264. OLE color: 12610264.
HSL color Cylindrical-coordinate representation of color #D86AC0: hue angle of 313.09º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86AC0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 192 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.15 |
| HSL | 313.09º | 0.59% | 0.63% | - |
| HSV(B) | 313.09º | 0.51% | 0.85% | - |
| XYZ | 42.99 | 28.71 | 53.15 | - |
| YUV | 148.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 192 | 0 | 0.51 | 0.11 | 0.15 | 313.09 | 0.59 | 0.63 |
| Hex | D8 | 6A | C0 | 0 | 33 | B | F | 139 | 3B | 3F |
| Octal | 330 | 152 | 300 | 0 | 63 | 13 | 17 | 471 | 73 | 77 |
| Binary | 11011000 | 1101010 | 11000000 | 0 | 110011 | 1011 | 1111 | 100111001 | 111011 | 111111 |
Color Harmonies of #D86AC0
Complementary color
Monochromatic Colors of #D86AC0
Black with #D86AC0
Text Example
Text Example
White with #D86AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AC0; }
p { color: rgb(216,106,192); }
H1.HeaderClassName
{
color: #D86AC0;
}
.AnyTagClassName
{
color: #D86AC0;
}
</style>
background-color css
<style>
a { background-color: #D86AC0; }
a { background-color: rgb(216,106,192); }
div.DivClassName
{
background-color: #D86AC0;
}
.BgClassName
{
background-color: #D86AC0;
}
</style>
border-color css
<style>
span { border-color: #D86AC0; }
span { border-color: rgb(216,106,192); }
td.TdClassName
{
border-color: #D86AC0;
}
.TagClassName
{
border-color: #D86AC0;
}
</style>