Shades of Heliotrope #C556FA
Tints of Heliotrope #C556FA
RGB
CMYK
RGB Variations
Color information
#C556FA (or 0xC556FA) is known color: Heliotrope. HEX triplet: C5, 56 and FA. RGB value is (197,86,250). Sum of RGB (Red+Green+Blue) = 197+86+250=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #C556FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C556FA is #3AA905. Grayscale: #898989. Windows color (decimal): -3844358 or 16406213. OLE color: 16406213.
HSL color Cylindrical-coordinate representation of color #C556FA: hue angle of 280.61º 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 #C556FA is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 86 | 250 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.02 |
| HSL | 280.61º | 0.94% | 0.66% | - |
| HSV(B) | 280.61º | 0.66% | 0.98% | - |
| XYZ | 43.61 | 25.43 | 93.05 | - |
| YUV | 137.89 | 191.27 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 250 | 0.21 | 0.66 | 0 | 0.02 | 280.61 | 0.94 | 0.66 |
| Hex | C5 | 56 | FA | 15 | 42 | 0 | 2 | 119 | 5E | 42 |
| Octal | 305 | 126 | 372 | 25 | 102 | 0 | 2 | 431 | 136 | 102 |
| Binary | 11000101 | 1010110 | 11111010 | 10101 | 1000010 | 0 | 10 | 100011001 | 1011110 | 1000010 |
Color Harmonies of #C556FA
Complementary color
Monochromatic Colors of #C556FA
Black with #C556FA
Text Example
Text Example
White with #C556FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556FA; }
p { color: rgb(197,86,250); }
H1.HeaderClassName
{
color: #C556FA;
}
.AnyTagClassName
{
color: #C556FA;
}
</style>
background-color css
<style>
a { background-color: #C556FA; }
a { background-color: rgb(197,86,250); }
div.DivClassName
{
background-color: #C556FA;
}
.BgClassName
{
background-color: #C556FA;
}
</style>
border-color css
<style>
span { border-color: #C556FA; }
span { border-color: rgb(197,86,250); }
td.TdClassName
{
border-color: #C556FA;
}
.TagClassName
{
border-color: #C556FA;
}
</style>