Shades of Heliotrope #D46EFB
Tints of Heliotrope #D46EFB
RGB
CMYK
RGB Variations
Color information
#D46EFB (or 0xD46EFB) is known color: Heliotrope. HEX triplet: D4, 6E and FB. RGB value is (212,110,251). Sum of RGB (Red+Green+Blue) = 212+110+251=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #D46EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46EFB is #2B9104. Grayscale: #9C9C9C. Windows color (decimal): -2855173 or 16477908. OLE color: 16477908.
HSL color Cylindrical-coordinate representation of color #D46EFB: hue angle of 283.4º degrees, saturation: 0.95, 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 #D46EFB is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 110 | 251 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.02 |
| HSL | 283.4º | 0.95% | 0.71% | - |
| HSV(B) | 283.4º | 0.56% | 0.98% | - |
| XYZ | 50.14 | 32.11 | 94.82 | - |
| YUV | 156.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 251 | 0.16 | 0.56 | 0 | 0.02 | 283.4 | 0.95 | 0.71 |
| Hex | D4 | 6E | FB | 10 | 38 | 0 | 2 | 11B | 5F | 47 |
| Octal | 324 | 156 | 373 | 20 | 70 | 0 | 2 | 433 | 137 | 107 |
| Binary | 11010100 | 1101110 | 11111011 | 10000 | 111000 | 0 | 10 | 100011011 | 1011111 | 1000111 |
Color Harmonies of #D46EFB
Complementary color
Monochromatic Colors of #D46EFB
Black with #D46EFB
Text Example
Text Example
White with #D46EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46EFB; }
p { color: rgb(212,110,251); }
H1.HeaderClassName
{
color: #D46EFB;
}
.AnyTagClassName
{
color: #D46EFB;
}
</style>
background-color css
<style>
a { background-color: #D46EFB; }
a { background-color: rgb(212,110,251); }
div.DivClassName
{
background-color: #D46EFB;
}
.BgClassName
{
background-color: #D46EFB;
}
</style>
border-color css
<style>
span { border-color: #D46EFB; }
span { border-color: rgb(212,110,251); }
td.TdClassName
{
border-color: #D46EFB;
}
.TagClassName
{
border-color: #D46EFB;
}
</style>