Shades of Heliotrope #C46EFC
Tints of Heliotrope #C46EFC
RGB
CMYK
RGB Variations
Color information
#C46EFC (or 0xC46EFC) is known color: Heliotrope. HEX triplet: C4, 6E and FC. RGB value is (196,110,252). Sum of RGB (Red+Green+Blue) = 196+110+252=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #C46EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46EFC is #3B9103. Grayscale: #979797. Windows color (decimal): -3903748 or 16543428. OLE color: 16543428.
HSL color Cylindrical-coordinate representation of color #C46EFC: hue angle of 276.34º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C46EFC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 110 | 252 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.01 |
| HSL | 276.34º | 0.96% | 0.71% | - |
| HSV(B) | 276.34º | 0.56% | 0.99% | - |
| XYZ | 45.91 | 29.92 | 95.45 | - |
| YUV | 151.9 | 184.49 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 252 | 0.22 | 0.56 | 0 | 0.01 | 276.34 | 0.96 | 0.71 |
| Hex | C4 | 6E | FC | 16 | 38 | 0 | 1 | 114 | 60 | 47 |
| Octal | 304 | 156 | 374 | 26 | 70 | 0 | 1 | 424 | 140 | 107 |
| Binary | 11000100 | 1101110 | 11111100 | 10110 | 111000 | 0 | 1 | 100010100 | 1100000 | 1000111 |
Color Harmonies of #C46EFC
Complementary color
Monochromatic Colors of #C46EFC
Black with #C46EFC
Text Example
Text Example
White with #C46EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EFC; }
p { color: rgb(196,110,252); }
H1.HeaderClassName
{
color: #C46EFC;
}
.AnyTagClassName
{
color: #C46EFC;
}
</style>
background-color css
<style>
a { background-color: #C46EFC; }
a { background-color: rgb(196,110,252); }
div.DivClassName
{
background-color: #C46EFC;
}
.BgClassName
{
background-color: #C46EFC;
}
</style>
border-color css
<style>
span { border-color: #C46EFC; }
span { border-color: rgb(196,110,252); }
td.TdClassName
{
border-color: #C46EFC;
}
.TagClassName
{
border-color: #C46EFC;
}
</style>