Shades of Heliotrope #C576FA
Tints of Heliotrope #C576FA
RGB
CMYK
RGB Variations
Color information
#C576FA (or 0xC576FA) is known color: Heliotrope. HEX triplet: C5, 76 and FA. RGB value is (197,118,250). Sum of RGB (Red+Green+Blue) = 197+118+250=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #C576FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C576FA is #3A8905. Grayscale: #9C9C9C. Windows color (decimal): -3836166 or 16414405. OLE color: 16414405.
HSL color Cylindrical-coordinate representation of color #C576FA: hue angle of 275.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C576FA is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 118 | 250 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.02 |
| HSL | 275.91º | 0.93% | 0.72% | - |
| HSV(B) | 275.91º | 0.53% | 0.98% | - |
| XYZ | 46.76 | 31.73 | 94.1 | - |
| YUV | 156.67 | 180.67 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 250 | 0.21 | 0.53 | 0 | 0.02 | 275.91 | 0.93 | 0.72 |
| Hex | C5 | 76 | FA | 15 | 35 | 0 | 2 | 114 | 5D | 48 |
| Octal | 305 | 166 | 372 | 25 | 65 | 0 | 2 | 424 | 135 | 110 |
| Binary | 11000101 | 1110110 | 11111010 | 10101 | 110101 | 0 | 10 | 100010100 | 1011101 | 1001000 |
Color Harmonies of #C576FA
Complementary color
Monochromatic Colors of #C576FA
Black with #C576FA
Text Example
Text Example
White with #C576FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C576FA; }
p { color: rgb(197,118,250); }
H1.HeaderClassName
{
color: #C576FA;
}
.AnyTagClassName
{
color: #C576FA;
}
</style>
background-color css
<style>
a { background-color: #C576FA; }
a { background-color: rgb(197,118,250); }
div.DivClassName
{
background-color: #C576FA;
}
.BgClassName
{
background-color: #C576FA;
}
</style>
border-color css
<style>
span { border-color: #C576FA; }
span { border-color: rgb(197,118,250); }
td.TdClassName
{
border-color: #C576FA;
}
.TagClassName
{
border-color: #C576FA;
}
</style>