Shades of Heliotrope #C574F4
Tints of Heliotrope #C574F4
RGB
CMYK
RGB Variations
Color information
#C574F4 (or 0xC574F4) is known color: Heliotrope. HEX triplet: C5, 74 and F4. RGB value is (197,116,244). Sum of RGB (Red+Green+Blue) = 197+116+244=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #C574F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574F4 is #3A8B0B. Grayscale: #9A9A9A. Windows color (decimal): -3836684 or 16020677. OLE color: 16020677.
HSL color Cylindrical-coordinate representation of color #C574F4: hue angle of 277.97º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C574F4 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 116 | 244 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.04 |
| HSL | 277.97º | 0.85% | 0.71% | - |
| HSV(B) | 277.97º | 0.52% | 0.96% | - |
| XYZ | 45.6 | 30.89 | 89.15 | - |
| YUV | 154.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 244 | 0.19 | 0.52 | 0 | 0.04 | 277.97 | 0.85 | 0.71 |
| Hex | C5 | 74 | F4 | 13 | 34 | 0 | 4 | 116 | 55 | 47 |
| Octal | 305 | 164 | 364 | 23 | 64 | 0 | 4 | 426 | 125 | 107 |
| Binary | 11000101 | 1110100 | 11110100 | 10011 | 110100 | 0 | 100 | 100010110 | 1010101 | 1000111 |
Color Harmonies of #C574F4
Complementary color
Monochromatic Colors of #C574F4
Black with #C574F4
Text Example
Text Example
White with #C574F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574F4; }
p { color: rgb(197,116,244); }
H1.HeaderClassName
{
color: #C574F4;
}
.AnyTagClassName
{
color: #C574F4;
}
</style>
background-color css
<style>
a { background-color: #C574F4; }
a { background-color: rgb(197,116,244); }
div.DivClassName
{
background-color: #C574F4;
}
.BgClassName
{
background-color: #C574F4;
}
</style>
border-color css
<style>
span { border-color: #C574F4; }
span { border-color: rgb(197,116,244); }
td.TdClassName
{
border-color: #C574F4;
}
.TagClassName
{
border-color: #C574F4;
}
</style>