Shades of Heliotrope #C57CF8
Tints of Heliotrope #C57CF8
RGB
CMYK
RGB Variations
Color information
#C57CF8 (or 0xC57CF8) is known color: Heliotrope. HEX triplet: C5, 7C and F8. RGB value is (197,124,248). Sum of RGB (Red+Green+Blue) = 197+124+248=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #C57CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57CF8 is #3A8307. Grayscale: #9F9F9F. Windows color (decimal): -3834632 or 16284869. OLE color: 16284869.
HSL color Cylindrical-coordinate representation of color #C57CF8: hue angle of 275.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57CF8 is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 124 | 248 | - |
| CMYK | 0.21 | 0.5 | 0 | 0.03 |
| HSL | 275.32º | 0.9% | 0.73% | - |
| HSV(B) | 275.32º | 0.5% | 0.97% | - |
| XYZ | 47.18 | 33.06 | 92.7 | - |
| YUV | 159.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 248 | 0.21 | 0.5 | 0 | 0.03 | 275.32 | 0.9 | 0.73 |
| Hex | C5 | 7C | F8 | 15 | 32 | 0 | 3 | 113 | 5A | 49 |
| Octal | 305 | 174 | 370 | 25 | 62 | 0 | 3 | 423 | 132 | 111 |
| Binary | 11000101 | 1111100 | 11111000 | 10101 | 110010 | 0 | 11 | 100010011 | 1011010 | 1001001 |
Color Harmonies of #C57CF8
Complementary color
Monochromatic Colors of #C57CF8
Black with #C57CF8
Text Example
Text Example
White with #C57CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CF8; }
p { color: rgb(197,124,248); }
H1.HeaderClassName
{
color: #C57CF8;
}
.AnyTagClassName
{
color: #C57CF8;
}
</style>
background-color css
<style>
a { background-color: #C57CF8; }
a { background-color: rgb(197,124,248); }
div.DivClassName
{
background-color: #C57CF8;
}
.BgClassName
{
background-color: #C57CF8;
}
</style>
border-color css
<style>
span { border-color: #C57CF8; }
span { border-color: rgb(197,124,248); }
td.TdClassName
{
border-color: #C57CF8;
}
.TagClassName
{
border-color: #C57CF8;
}
</style>