Shades of Heliotrope #C46EFE
Tints of Heliotrope #C46EFE
RGB
CMYK
RGB Variations
Color information
#C46EFE (or 0xC46EFE) is known color: Heliotrope. HEX triplet: C4, 6E and FE. RGB value is (196,110,254). Sum of RGB (Red+Green+Blue) = 196+110+254=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #C46EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46EFE is #3B9101. Grayscale: #979797. Windows color (decimal): -3903746 or 16674500. OLE color: 16674500.
HSL color Cylindrical-coordinate representation of color #C46EFE: hue angle of 275.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C46EFE is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 110 | 254 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.00 |
| HSL | 275.83º | 0.99% | 0.71% | - |
| HSV(B) | 275.83º | 0.57% | 1% | - |
| XYZ | 46.23 | 30.04 | 97.13 | - |
| YUV | 152.13 | 185.49 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 254 | 0.23 | 0.57 | 0 | 0.00 | 275.83 | 0.99 | 0.71 |
| Hex | C4 | 6E | FE | 17 | 39 | 0 | 0 | 114 | 63 | 47 |
| Octal | 304 | 156 | 376 | 27 | 71 | 0 | 0 | 424 | 143 | 107 |
| Binary | 11000100 | 1101110 | 11111110 | 10111 | 111001 | 0 | 0 | 100010100 | 1100011 | 1000111 |
Color Harmonies of #C46EFE
Complementary color
Monochromatic Colors of #C46EFE
Black with #C46EFE
Text Example
Text Example
White with #C46EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EFE; }
p { color: rgb(196,110,254); }
H1.HeaderClassName
{
color: #C46EFE;
}
.AnyTagClassName
{
color: #C46EFE;
}
</style>
background-color css
<style>
a { background-color: #C46EFE; }
a { background-color: rgb(196,110,254); }
div.DivClassName
{
background-color: #C46EFE;
}
.BgClassName
{
background-color: #C46EFE;
}
</style>
border-color css
<style>
span { border-color: #C46EFE; }
span { border-color: rgb(196,110,254); }
td.TdClassName
{
border-color: #C46EFE;
}
.TagClassName
{
border-color: #C46EFE;
}
</style>