Shades of Orchid #D86ABE
Tints of Orchid #D86ABE
RGB
CMYK
RGB Variations
Color information
#D86ABE (or 0xD86ABE) is known color: Orchid. HEX triplet: D8, 6A and BE. RGB value is (216,106,190). Sum of RGB (Red+Green+Blue) = 216+106+190=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ABE is #279541. Grayscale: #949494. Windows color (decimal): -2594114 or 12479192. OLE color: 12479192.
HSL color Cylindrical-coordinate representation of color #D86ABE: hue angle of 314.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 #D86ABE is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 190 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.15 |
| HSL | 314.18º | 0.59% | 0.63% | - |
| HSV(B) | 314.18º | 0.51% | 0.85% | - |
| XYZ | 42.77 | 28.62 | 51.99 | - |
| YUV | 148.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 190 | 0 | 0.51 | 0.12 | 0.15 | 314.18 | 0.59 | 0.63 |
| Hex | D8 | 6A | BE | 0 | 33 | C | F | 13A | 3B | 3F |
| Octal | 330 | 152 | 276 | 0 | 63 | 14 | 17 | 472 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10111110 | 0 | 110011 | 1100 | 1111 | 100111010 | 111011 | 111111 |
Color Harmonies of #D86ABE
Complementary color
Monochromatic Colors of #D86ABE
Black with #D86ABE
Text Example
Text Example
White with #D86ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86ABE; }
p { color: rgb(216,106,190); }
H1.HeaderClassName
{
color: #D86ABE;
}
.AnyTagClassName
{
color: #D86ABE;
}
</style>
background-color css
<style>
a { background-color: #D86ABE; }
a { background-color: rgb(216,106,190); }
div.DivClassName
{
background-color: #D86ABE;
}
.BgClassName
{
background-color: #D86ABE;
}
</style>
border-color css
<style>
span { border-color: #D86ABE; }
span { border-color: rgb(216,106,190); }
td.TdClassName
{
border-color: #D86ABE;
}
.TagClassName
{
border-color: #D86ABE;
}
</style>