Shades of Heliotrope #C456FA
Tints of Heliotrope #C456FA
RGB
CMYK
RGB Variations
Color information
#C456FA (or 0xC456FA) is known color: Heliotrope. HEX triplet: C4, 56 and FA. RGB value is (196,86,250). Sum of RGB (Red+Green+Blue) = 196+86+250=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #C456FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C456FA is #3BA905. Grayscale: #898989. Windows color (decimal): -3909894 or 16406212. OLE color: 16406212.
HSL color Cylindrical-coordinate representation of color #C456FA: hue angle of 280.24º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C456FA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 86 | 250 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.02 |
| HSL | 280.24º | 0.94% | 0.66% | - |
| HSV(B) | 280.24º | 0.66% | 0.98% | - |
| XYZ | 43.35 | 25.29 | 93.04 | - |
| YUV | 137.59 | 191.44 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 250 | 0.22 | 0.66 | 0 | 0.02 | 280.24 | 0.94 | 0.66 |
| Hex | C4 | 56 | FA | 16 | 42 | 0 | 2 | 118 | 5E | 42 |
| Octal | 304 | 126 | 372 | 26 | 102 | 0 | 2 | 430 | 136 | 102 |
| Binary | 11000100 | 1010110 | 11111010 | 10110 | 1000010 | 0 | 10 | 100011000 | 1011110 | 1000010 |
Color Harmonies of #C456FA
Complementary color
Monochromatic Colors of #C456FA
Black with #C456FA
Text Example
Text Example
White with #C456FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456FA; }
p { color: rgb(196,86,250); }
H1.HeaderClassName
{
color: #C456FA;
}
.AnyTagClassName
{
color: #C456FA;
}
</style>
background-color css
<style>
a { background-color: #C456FA; }
a { background-color: rgb(196,86,250); }
div.DivClassName
{
background-color: #C456FA;
}
.BgClassName
{
background-color: #C456FA;
}
</style>
border-color css
<style>
span { border-color: #C456FA; }
span { border-color: rgb(196,86,250); }
td.TdClassName
{
border-color: #C456FA;
}
.TagClassName
{
border-color: #C456FA;
}
</style>