Shades of Heliotrope #D86AFE
Tints of Heliotrope #D86AFE
RGB
CMYK
RGB Variations
Color information
#D86AFE (or 0xD86AFE) is known color: Heliotrope. HEX triplet: D8, 6A and FE. RGB value is (216,106,254). Sum of RGB (Red+Green+Blue) = 216+106+254=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #D86AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86AFE is #279501. Grayscale: #9B9B9B. Windows color (decimal): -2594050 or 16673496. OLE color: 16673496.
HSL color Cylindrical-coordinate representation of color #D86AFE: hue angle of 284.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D86AFE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 106 | 254 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.00 |
| HSL | 284.59º | 0.99% | 0.71% | - |
| HSV(B) | 284.59º | 0.58% | 1% | - |
| XYZ | 51.36 | 32.06 | 97.25 | - |
| YUV | 155.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 254 | 0.15 | 0.58 | 0 | 0.00 | 284.59 | 0.99 | 0.71 |
| Hex | D8 | 6A | FE | F | 3A | 0 | 0 | 11D | 63 | 47 |
| Octal | 330 | 152 | 376 | 17 | 72 | 0 | 0 | 435 | 143 | 107 |
| Binary | 11011000 | 1101010 | 11111110 | 1111 | 111010 | 0 | 0 | 100011101 | 1100011 | 1000111 |
Color Harmonies of #D86AFE
Complementary color
Monochromatic Colors of #D86AFE
Black with #D86AFE
Text Example
Text Example
White with #D86AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AFE; }
p { color: rgb(216,106,254); }
H1.HeaderClassName
{
color: #D86AFE;
}
.AnyTagClassName
{
color: #D86AFE;
}
</style>
background-color css
<style>
a { background-color: #D86AFE; }
a { background-color: rgb(216,106,254); }
div.DivClassName
{
background-color: #D86AFE;
}
.BgClassName
{
background-color: #D86AFE;
}
</style>
border-color css
<style>
span { border-color: #D86AFE; }
span { border-color: rgb(216,106,254); }
td.TdClassName
{
border-color: #D86AFE;
}
.TagClassName
{
border-color: #D86AFE;
}
</style>