Shades of Heliotrope #C46EEB
Tints of Heliotrope #C46EEB
RGB
CMYK
RGB Variations
Color information
#C46EEB (or 0xC46EEB) is known color: Heliotrope. HEX triplet: C4, 6E and EB. RGB value is (196,110,235). Sum of RGB (Red+Green+Blue) = 196+110+235=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #C46EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46EEB is #3B9114. Grayscale: #959595. Windows color (decimal): -3903765 or 15429316. OLE color: 15429316.
HSL color Cylindrical-coordinate representation of color #C46EEB: hue angle of 281.28º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C46EEB is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 110 | 235 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.08 |
| HSL | 281.28º | 0.76% | 0.68% | - |
| HSV(B) | 281.28º | 0.53% | 0.92% | - |
| XYZ | 43.34 | 28.89 | 81.89 | - |
| YUV | 149.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 235 | 0.17 | 0.53 | 0 | 0.08 | 281.28 | 0.76 | 0.68 |
| Hex | C4 | 6E | EB | 11 | 35 | 0 | 8 | 119 | 4C | 44 |
| Octal | 304 | 156 | 353 | 21 | 65 | 0 | 10 | 431 | 114 | 104 |
| Binary | 11000100 | 1101110 | 11101011 | 10001 | 110101 | 0 | 1000 | 100011001 | 1001100 | 1000100 |
Color Harmonies of #C46EEB
Complementary color
Monochromatic Colors of #C46EEB
Black with #C46EEB
Text Example
Text Example
White with #C46EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EEB; }
p { color: rgb(196,110,235); }
H1.HeaderClassName
{
color: #C46EEB;
}
.AnyTagClassName
{
color: #C46EEB;
}
</style>
background-color css
<style>
a { background-color: #C46EEB; }
a { background-color: rgb(196,110,235); }
div.DivClassName
{
background-color: #C46EEB;
}
.BgClassName
{
background-color: #C46EEB;
}
</style>
border-color css
<style>
span { border-color: #C46EEB; }
span { border-color: rgb(196,110,235); }
td.TdClassName
{
border-color: #C46EEB;
}
.TagClassName
{
border-color: #C46EEB;
}
</style>