Shades of Heliotrope #D16FFA
Tints of Heliotrope #D16FFA
RGB
CMYK
RGB Variations
Color information
#D16FFA (or 0xD16FFA) is known color: Heliotrope. HEX triplet: D1, 6F and FA. RGB value is (209,111,250). Sum of RGB (Red+Green+Blue) = 209+111+250=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #D16FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FFA is #2E9005. Grayscale: #9B9B9B. Windows color (decimal): -3051526 or 16412625. OLE color: 16412625.
HSL color Cylindrical-coordinate representation of color #D16FFA: hue angle of 282.3º 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 #D16FFA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 111 | 250 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.02 |
| HSL | 282.3º | 0.93% | 0.71% | - |
| HSV(B) | 282.3º | 0.56% | 0.98% | - |
| XYZ | 49.23 | 31.83 | 93.99 | - |
| YUV | 156.15 | 180.97 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 250 | 0.16 | 0.56 | 0 | 0.02 | 282.3 | 0.93 | 0.71 |
| Hex | D1 | 6F | FA | 10 | 38 | 0 | 2 | 11A | 5D | 47 |
| Octal | 321 | 157 | 372 | 20 | 70 | 0 | 2 | 432 | 135 | 107 |
| Binary | 11010001 | 1101111 | 11111010 | 10000 | 111000 | 0 | 10 | 100011010 | 1011101 | 1000111 |
Color Harmonies of #D16FFA
Complementary color
Monochromatic Colors of #D16FFA
Black with #D16FFA
Text Example
Text Example
White with #D16FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FFA; }
p { color: rgb(209,111,250); }
H1.HeaderClassName
{
color: #D16FFA;
}
.AnyTagClassName
{
color: #D16FFA;
}
</style>
background-color css
<style>
a { background-color: #D16FFA; }
a { background-color: rgb(209,111,250); }
div.DivClassName
{
background-color: #D16FFA;
}
.BgClassName
{
background-color: #D16FFA;
}
</style>
border-color css
<style>
span { border-color: #D16FFA; }
span { border-color: rgb(209,111,250); }
td.TdClassName
{
border-color: #D16FFA;
}
.TagClassName
{
border-color: #D16FFA;
}
</style>