Shades of Heliotrope #C46FFF
Tints of Heliotrope #C46FFF
RGB
CMYK
RGB Variations
Color information
#C46FFF (or 0xC46FFF) is known color: Heliotrope. HEX triplet: C4, 6F and FF. RGB value is (196,111,255). Sum of RGB (Red+Green+Blue) = 196+111+255=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #C46FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46FFF is #3B9000. Grayscale: #989898. Windows color (decimal): -3903489 or 16740292. OLE color: 16740292.
HSL color Cylindrical-coordinate representation of color #C46FFF: hue angle of 275.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C46FFF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 111 | 255 | - |
| CMYK | 0.23 | 0.56 | 0 | 0 |
| HSL | 275.42º | 1% | 0.72% | - |
| HSV(B) | 275.42º | 0.56% | 1% | - |
| XYZ | 46.5 | 30.32 | 98.01 | - |
| YUV | 152.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 255 | 0.23 | 0.56 | 0 | 0 | 275.42 | 1 | 0.72 |
| Hex | C4 | 6F | FF | 17 | 38 | 0 | 0 | 113 | 64 | 48 |
| Octal | 304 | 157 | 377 | 27 | 70 | 0 | 0 | 423 | 144 | 110 |
| Binary | 11000100 | 1101111 | 11111111 | 10111 | 111000 | 0 | 0 | 100010011 | 1100100 | 1001000 |
Color Harmonies of #C46FFF
Complementary color
Monochromatic Colors of #C46FFF
Black with #C46FFF
Text Example
Text Example
White with #C46FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FFF; }
p { color: rgb(196,111,255); }
H1.HeaderClassName
{
color: #C46FFF;
}
.AnyTagClassName
{
color: #C46FFF;
}
</style>
background-color css
<style>
a { background-color: #C46FFF; }
a { background-color: rgb(196,111,255); }
div.DivClassName
{
background-color: #C46FFF;
}
.BgClassName
{
background-color: #C46FFF;
}
</style>
border-color css
<style>
span { border-color: #C46FFF; }
span { border-color: rgb(196,111,255); }
td.TdClassName
{
border-color: #C46FFF;
}
.TagClassName
{
border-color: #C46FFF;
}
</style>