Shades of Heliotrope #C46CFF
Tints of Heliotrope #C46CFF
RGB
CMYK
RGB Variations
Color information
#C46CFF (or 0xC46CFF) is known color: Heliotrope. HEX triplet: C4, 6C and FF. RGB value is (196,108,255). Sum of RGB (Red+Green+Blue) = 196+108+255=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #C46CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46CFF is #3B9300. Grayscale: #969696. Windows color (decimal): -3904257 or 16739524. OLE color: 16739524.
HSL color Cylindrical-coordinate representation of color #C46CFF: hue angle of 275.92º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C46CFF is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 108 | 255 | - |
| CMYK | 0.23 | 0.58 | 0 | 0 |
| HSL | 275.92º | 1% | 0.71% | - |
| HSV(B) | 275.92º | 0.58% | 1% | - |
| XYZ | 46.18 | 29.68 | 97.9 | - |
| YUV | 151.07 | 186.65 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 255 | 0.23 | 0.58 | 0 | 0 | 275.92 | 1 | 0.71 |
| Hex | C4 | 6C | FF | 17 | 3A | 0 | 0 | 114 | 64 | 47 |
| Octal | 304 | 154 | 377 | 27 | 72 | 0 | 0 | 424 | 144 | 107 |
| Binary | 11000100 | 1101100 | 11111111 | 10111 | 111010 | 0 | 0 | 100010100 | 1100100 | 1000111 |
Color Harmonies of #C46CFF
Complementary color
Monochromatic Colors of #C46CFF
Black with #C46CFF
Text Example
Text Example
White with #C46CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CFF; }
p { color: rgb(196,108,255); }
H1.HeaderClassName
{
color: #C46CFF;
}
.AnyTagClassName
{
color: #C46CFF;
}
</style>
background-color css
<style>
a { background-color: #C46CFF; }
a { background-color: rgb(196,108,255); }
div.DivClassName
{
background-color: #C46CFF;
}
.BgClassName
{
background-color: #C46CFF;
}
</style>
border-color css
<style>
span { border-color: #C46CFF; }
span { border-color: rgb(196,108,255); }
td.TdClassName
{
border-color: #C46CFF;
}
.TagClassName
{
border-color: #C46CFF;
}
</style>