Shades of Heliotrope #D86FFA
Tints of Heliotrope #D86FFA
RGB
CMYK
RGB Variations
Color information
#D86FFA (or 0xD86FFA) is known color: Heliotrope. HEX triplet: D8, 6F and FA. RGB value is (216,111,250). Sum of RGB (Red+Green+Blue) = 216+111+250=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #D86FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86FFA is #279005. Grayscale: #9D9D9D. Windows color (decimal): -2592774 or 16412632. OLE color: 16412632.
HSL color Cylindrical-coordinate representation of color #D86FFA: hue angle of 285.32º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86FFA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 111 | 250 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.02 |
| HSL | 285.32º | 0.93% | 0.71% | - |
| HSV(B) | 285.32º | 0.56% | 0.98% | - |
| XYZ | 51.26 | 32.87 | 94.09 | - |
| YUV | 158.24 | 179.79 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 250 | 0.14 | 0.56 | 0 | 0.02 | 285.32 | 0.93 | 0.71 |
| Hex | D8 | 6F | FA | E | 38 | 0 | 2 | 11D | 5D | 47 |
| Octal | 330 | 157 | 372 | 16 | 70 | 0 | 2 | 435 | 135 | 107 |
| Binary | 11011000 | 1101111 | 11111010 | 1110 | 111000 | 0 | 10 | 100011101 | 1011101 | 1000111 |
Color Harmonies of #D86FFA
Complementary color
Monochromatic Colors of #D86FFA
Black with #D86FFA
Text Example
Text Example
White with #D86FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FFA; }
p { color: rgb(216,111,250); }
H1.HeaderClassName
{
color: #D86FFA;
}
.AnyTagClassName
{
color: #D86FFA;
}
</style>
background-color css
<style>
a { background-color: #D86FFA; }
a { background-color: rgb(216,111,250); }
div.DivClassName
{
background-color: #D86FFA;
}
.BgClassName
{
background-color: #D86FFA;
}
</style>
border-color css
<style>
span { border-color: #D86FFA; }
span { border-color: rgb(216,111,250); }
td.TdClassName
{
border-color: #D86FFA;
}
.TagClassName
{
border-color: #D86FFA;
}
</style>