Shades of Orchid #D86AD4
Tints of Orchid #D86AD4
RGB
CMYK
RGB Variations
Color information
#D86AD4 (or 0xD86AD4) is known color: Orchid. HEX triplet: D8, 6A and D4. RGB value is (216,106,212). Sum of RGB (Red+Green+Blue) = 216+106+212=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AD4 is #27952B. Grayscale: #969696. Windows color (decimal): -2594092 or 13920984. OLE color: 13920984.
HSL color Cylindrical-coordinate representation of color #D86AD4: hue angle of 302.18º 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 #D86AD4 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 212 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.15 |
| HSL | 302.18º | 0.59% | 0.63% | - |
| HSV(B) | 302.18º | 0.51% | 0.85% | - |
| XYZ | 45.36 | 29.66 | 65.62 | - |
| YUV | 150.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 212 | 0 | 0.51 | 0.02 | 0.15 | 302.18 | 0.59 | 0.63 |
| Hex | D8 | 6A | D4 | 0 | 33 | 2 | F | 12E | 3B | 3F |
| Octal | 330 | 152 | 324 | 0 | 63 | 2 | 17 | 456 | 73 | 77 |
| Binary | 11011000 | 1101010 | 11010100 | 0 | 110011 | 10 | 1111 | 100101110 | 111011 | 111111 |
Color Harmonies of #D86AD4
Complementary color
Monochromatic Colors of #D86AD4
Black with #D86AD4
Text Example
Text Example
White with #D86AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AD4; }
p { color: rgb(216,106,212); }
H1.HeaderClassName
{
color: #D86AD4;
}
.AnyTagClassName
{
color: #D86AD4;
}
</style>
background-color css
<style>
a { background-color: #D86AD4; }
a { background-color: rgb(216,106,212); }
div.DivClassName
{
background-color: #D86AD4;
}
.BgClassName
{
background-color: #D86AD4;
}
</style>
border-color css
<style>
span { border-color: #D86AD4; }
span { border-color: rgb(216,106,212); }
td.TdClassName
{
border-color: #D86AD4;
}
.TagClassName
{
border-color: #D86AD4;
}
</style>