Shades of Heliotrope #C46BEB
Tints of Heliotrope #C46BEB
RGB
CMYK
RGB Variations
Color information
#C46BEB (or 0xC46BEB) is known color: Heliotrope. HEX triplet: C4, 6B and EB. RGB value is (196,107,235). Sum of RGB (Red+Green+Blue) = 196+107+235=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #C46BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46BEB is #3B9414. Grayscale: #939393. Windows color (decimal): -3904533 or 15428548. OLE color: 15428548.
HSL color Cylindrical-coordinate representation of color #C46BEB: hue angle of 281.72º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C46BEB is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 107 | 235 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.08 |
| HSL | 281.72º | 0.76% | 0.67% | - |
| HSV(B) | 281.72º | 0.54% | 0.92% | - |
| XYZ | 43.02 | 28.25 | 81.78 | - |
| YUV | 148.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 235 | 0.17 | 0.54 | 0 | 0.08 | 281.72 | 0.76 | 0.67 |
| Hex | C4 | 6B | EB | 11 | 36 | 0 | 8 | 11A | 4C | 43 |
| Octal | 304 | 153 | 353 | 21 | 66 | 0 | 10 | 432 | 114 | 103 |
| Binary | 11000100 | 1101011 | 11101011 | 10001 | 110110 | 0 | 1000 | 100011010 | 1001100 | 1000011 |
Color Harmonies of #C46BEB
Complementary color
Monochromatic Colors of #C46BEB
Black with #C46BEB
Text Example
Text Example
White with #C46BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46BEB; }
p { color: rgb(196,107,235); }
H1.HeaderClassName
{
color: #C46BEB;
}
.AnyTagClassName
{
color: #C46BEB;
}
</style>
background-color css
<style>
a { background-color: #C46BEB; }
a { background-color: rgb(196,107,235); }
div.DivClassName
{
background-color: #C46BEB;
}
.BgClassName
{
background-color: #C46BEB;
}
</style>
border-color css
<style>
span { border-color: #C46BEB; }
span { border-color: rgb(196,107,235); }
td.TdClassName
{
border-color: #C46BEB;
}
.TagClassName
{
border-color: #C46BEB;
}
</style>