Shades of Heliotrope #C57CF9
Tints of Heliotrope #C57CF9
RGB
CMYK
RGB Variations
Color information
#C57CF9 (or 0xC57CF9) is known color: Heliotrope. HEX triplet: C5, 7C and F9. RGB value is (197,124,249). Sum of RGB (Red+Green+Blue) = 197+124+249=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #C57CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57CF9 is #3A8306. Grayscale: #9F9F9F. Windows color (decimal): -3834631 or 16350405. OLE color: 16350405.
HSL color Cylindrical-coordinate representation of color #C57CF9: hue angle of 275.04º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57CF9 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 124 | 249 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.02 |
| HSL | 275.04º | 0.91% | 0.73% | - |
| HSV(B) | 275.04º | 0.5% | 0.98% | - |
| XYZ | 47.33 | 33.13 | 93.52 | - |
| YUV | 160.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 249 | 0.21 | 0.50 | 0 | 0.02 | 275.04 | 0.91 | 0.73 |
| Hex | C5 | 7C | F9 | 15 | 32 | 0 | 2 | 113 | 5B | 49 |
| Octal | 305 | 174 | 371 | 25 | 62 | 0 | 2 | 423 | 133 | 111 |
| Binary | 11000101 | 1111100 | 11111001 | 10101 | 110010 | 0 | 10 | 100010011 | 1011011 | 1001001 |
Color Harmonies of #C57CF9
Complementary color
Monochromatic Colors of #C57CF9
Black with #C57CF9
Text Example
Text Example
White with #C57CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CF9; }
p { color: rgb(197,124,249); }
H1.HeaderClassName
{
color: #C57CF9;
}
.AnyTagClassName
{
color: #C57CF9;
}
</style>
background-color css
<style>
a { background-color: #C57CF9; }
a { background-color: rgb(197,124,249); }
div.DivClassName
{
background-color: #C57CF9;
}
.BgClassName
{
background-color: #C57CF9;
}
</style>
border-color css
<style>
span { border-color: #C57CF9; }
span { border-color: rgb(197,124,249); }
td.TdClassName
{
border-color: #C57CF9;
}
.TagClassName
{
border-color: #C57CF9;
}
</style>