Shades of Heliotrope #C46EEA
Tints of Heliotrope #C46EEA
RGB
CMYK
RGB Variations
Color information
#C46EEA (or 0xC46EEA) is known color: Heliotrope. HEX triplet: C4, 6E and EA. RGB value is (196,110,234). Sum of RGB (Red+Green+Blue) = 196+110+234=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #C46EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46EEA is #3B9115. Grayscale: #959595. Windows color (decimal): -3903766 or 15363780. OLE color: 15363780.
HSL color Cylindrical-coordinate representation of color #C46EEA: hue angle of 281.61º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C46EEA is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 110 | 234 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.08 |
| HSL | 281.61º | 0.75% | 0.67% | - |
| HSV(B) | 281.61º | 0.53% | 0.92% | - |
| XYZ | 43.19 | 28.83 | 81.13 | - |
| YUV | 149.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 234 | 0.16 | 0.53 | 0 | 0.08 | 281.61 | 0.75 | 0.67 |
| Hex | C4 | 6E | EA | 10 | 35 | 0 | 8 | 11A | 4B | 43 |
| Octal | 304 | 156 | 352 | 20 | 65 | 0 | 10 | 432 | 113 | 103 |
| Binary | 11000100 | 1101110 | 11101010 | 10000 | 110101 | 0 | 1000 | 100011010 | 1001011 | 1000011 |
Color Harmonies of #C46EEA
Complementary color
Monochromatic Colors of #C46EEA
Black with #C46EEA
Text Example
Text Example
White with #C46EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EEA; }
p { color: rgb(196,110,234); }
H1.HeaderClassName
{
color: #C46EEA;
}
.AnyTagClassName
{
color: #C46EEA;
}
</style>
background-color css
<style>
a { background-color: #C46EEA; }
a { background-color: rgb(196,110,234); }
div.DivClassName
{
background-color: #C46EEA;
}
.BgClassName
{
background-color: #C46EEA;
}
</style>
border-color css
<style>
span { border-color: #C46EEA; }
span { border-color: rgb(196,110,234); }
td.TdClassName
{
border-color: #C46EEA;
}
.TagClassName
{
border-color: #C46EEA;
}
</style>