Shades of Heliotrope #C57EF1
Tints of Heliotrope #C57EF1
RGB
CMYK
RGB Variations
Color information
#C57EF1 (or 0xC57EF1) is known color: Heliotrope. HEX triplet: C5, 7E and F1. RGB value is (197,126,241). Sum of RGB (Red+Green+Blue) = 197+126+241=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #C57EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57EF1 is #3A810E. Grayscale: #9F9F9F. Windows color (decimal): -3834127 or 15826629. OLE color: 15826629.
HSL color Cylindrical-coordinate representation of color #C57EF1: hue angle of 277.04º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C57EF1 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 126 | 241 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.05 |
| HSL | 277.04º | 0.8% | 0.72% | - |
| HSV(B) | 277.04º | 0.48% | 0.95% | - |
| XYZ | 46.36 | 33.14 | 87.17 | - |
| YUV | 160.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 241 | 0.18 | 0.48 | 0 | 0.05 | 277.04 | 0.8 | 0.72 |
| Hex | C5 | 7E | F1 | 12 | 30 | 0 | 5 | 115 | 50 | 48 |
| Octal | 305 | 176 | 361 | 22 | 60 | 0 | 5 | 425 | 120 | 110 |
| Binary | 11000101 | 1111110 | 11110001 | 10010 | 110000 | 0 | 101 | 100010101 | 1010000 | 1001000 |
Color Harmonies of #C57EF1
Complementary color
Monochromatic Colors of #C57EF1
Black with #C57EF1
Text Example
Text Example
White with #C57EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EF1; }
p { color: rgb(197,126,241); }
H1.HeaderClassName
{
color: #C57EF1;
}
.AnyTagClassName
{
color: #C57EF1;
}
</style>
background-color css
<style>
a { background-color: #C57EF1; }
a { background-color: rgb(197,126,241); }
div.DivClassName
{
background-color: #C57EF1;
}
.BgClassName
{
background-color: #C57EF1;
}
</style>
border-color css
<style>
span { border-color: #C57EF1; }
span { border-color: rgb(197,126,241); }
td.TdClassName
{
border-color: #C57EF1;
}
.TagClassName
{
border-color: #C57EF1;
}
</style>