Shades of Heliotrope #D16AFB
Tints of Heliotrope #D16AFB
RGB
CMYK
RGB Variations
Color information
#D16AFB (or 0xD16AFB) is known color: Heliotrope. HEX triplet: D1, 6A and FB. RGB value is (209,106,251). Sum of RGB (Red+Green+Blue) = 209+106+251=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #D16AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AFB is #2E9504. Grayscale: #989898. Windows color (decimal): -3052805 or 16476881. OLE color: 16476881.
HSL color Cylindrical-coordinate representation of color #D16AFB: hue angle of 282.62º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D16AFB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 106 | 251 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.02 |
| HSL | 282.62º | 0.95% | 0.7% | - |
| HSV(B) | 282.62º | 0.58% | 0.98% | - |
| XYZ | 48.86 | 30.83 | 94.64 | - |
| YUV | 153.33 | 183.12 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 251 | 0.17 | 0.58 | 0 | 0.02 | 282.62 | 0.95 | 0.7 |
| Hex | D1 | 6A | FB | 11 | 3A | 0 | 2 | 11B | 5F | 46 |
| Octal | 321 | 152 | 373 | 21 | 72 | 0 | 2 | 433 | 137 | 106 |
| Binary | 11010001 | 1101010 | 11111011 | 10001 | 111010 | 0 | 10 | 100011011 | 1011111 | 1000110 |
Color Harmonies of #D16AFB
Complementary color
Monochromatic Colors of #D16AFB
Black with #D16AFB
Text Example
Text Example
White with #D16AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AFB; }
p { color: rgb(209,106,251); }
H1.HeaderClassName
{
color: #D16AFB;
}
.AnyTagClassName
{
color: #D16AFB;
}
</style>
background-color css
<style>
a { background-color: #D16AFB; }
a { background-color: rgb(209,106,251); }
div.DivClassName
{
background-color: #D16AFB;
}
.BgClassName
{
background-color: #D16AFB;
}
</style>
border-color css
<style>
span { border-color: #D16AFB; }
span { border-color: rgb(209,106,251); }
td.TdClassName
{
border-color: #D16AFB;
}
.TagClassName
{
border-color: #D16AFB;
}
</style>