Shades of Orchid #D86AD5
Tints of Orchid #D86AD5
RGB
CMYK
RGB Variations
Color information
#D86AD5 (or 0xD86AD5) is known color: Orchid. HEX triplet: D8, 6A and D5. RGB value is (216,106,213). Sum of RGB (Red+Green+Blue) = 216+106+213=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AD5 is #27952A. Grayscale: #969696. Windows color (decimal): -2594091 or 13986520. OLE color: 13986520.
HSL color Cylindrical-coordinate representation of color #D86AD5: hue angle of 301.64º 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 #D86AD5 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 213 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.15 |
| HSL | 301.64º | 0.59% | 0.63% | - |
| HSV(B) | 301.64º | 0.51% | 0.85% | - |
| XYZ | 45.48 | 29.71 | 66.29 | - |
| YUV | 151.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 213 | 0 | 0.51 | 0.01 | 0.15 | 301.64 | 0.59 | 0.63 |
| Hex | D8 | 6A | D5 | 0 | 33 | 1 | F | 12E | 3B | 3F |
| Octal | 330 | 152 | 325 | 0 | 63 | 1 | 17 | 456 | 73 | 77 |
| Binary | 11011000 | 1101010 | 11010101 | 0 | 110011 | 1 | 1111 | 100101110 | 111011 | 111111 |
Color Harmonies of #D86AD5
Complementary color
Monochromatic Colors of #D86AD5
Black with #D86AD5
Text Example
Text Example
White with #D86AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AD5; }
p { color: rgb(216,106,213); }
H1.HeaderClassName
{
color: #D86AD5;
}
.AnyTagClassName
{
color: #D86AD5;
}
</style>
background-color css
<style>
a { background-color: #D86AD5; }
a { background-color: rgb(216,106,213); }
div.DivClassName
{
background-color: #D86AD5;
}
.BgClassName
{
background-color: #D86AD5;
}
</style>
border-color css
<style>
span { border-color: #D86AD5; }
span { border-color: rgb(216,106,213); }
td.TdClassName
{
border-color: #D86AD5;
}
.TagClassName
{
border-color: #D86AD5;
}
</style>