Shades of Heliotrope #D46CFA
Tints of Heliotrope #D46CFA
RGB
CMYK
RGB Variations
Color information
#D46CFA (or 0xD46CFA) is known color: Heliotrope. HEX triplet: D4, 6C and FA. RGB value is (212,108,250). Sum of RGB (Red+Green+Blue) = 212+108+250=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 108 (42.58% from 255 or 18.95% 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 #D46CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46CFA is #2B9305. Grayscale: #9A9A9A. Windows color (decimal): -2855686 or 16411860. OLE color: 16411860.
HSL color Cylindrical-coordinate representation of color #D46CFA: hue angle of 283.94º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D46CFA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 108 | 250 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.02 |
| HSL | 283.94º | 0.93% | 0.7% | - |
| HSV(B) | 283.94º | 0.57% | 0.98% | - |
| XYZ | 49.77 | 31.62 | 93.92 | - |
| YUV | 155.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 250 | 0.15 | 0.57 | 0 | 0.02 | 283.94 | 0.93 | 0.7 |
| Hex | D4 | 6C | FA | F | 39 | 0 | 2 | 11C | 5D | 46 |
| Octal | 324 | 154 | 372 | 17 | 71 | 0 | 2 | 434 | 135 | 106 |
| Binary | 11010100 | 1101100 | 11111010 | 1111 | 111001 | 0 | 10 | 100011100 | 1011101 | 1000110 |
Color Harmonies of #D46CFA
Complementary color
Monochromatic Colors of #D46CFA
Black with #D46CFA
Text Example
Text Example
White with #D46CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CFA; }
p { color: rgb(212,108,250); }
H1.HeaderClassName
{
color: #D46CFA;
}
.AnyTagClassName
{
color: #D46CFA;
}
</style>
background-color css
<style>
a { background-color: #D46CFA; }
a { background-color: rgb(212,108,250); }
div.DivClassName
{
background-color: #D46CFA;
}
.BgClassName
{
background-color: #D46CFA;
}
</style>
border-color css
<style>
span { border-color: #D46CFA; }
span { border-color: rgb(212,108,250); }
td.TdClassName
{
border-color: #D46CFA;
}
.TagClassName
{
border-color: #D46CFA;
}
</style>