Shades of Heliotrope #C57CF7
Tints of Heliotrope #C57CF7
RGB
CMYK
RGB Variations
Color information
#C57CF7 (or 0xC57CF7) is known color: Heliotrope. HEX triplet: C5, 7C and F7. RGB value is (197,124,247). Sum of RGB (Red+Green+Blue) = 197+124+247=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #C57CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57CF7 is #3A8308. Grayscale: #9F9F9F. Windows color (decimal): -3834633 or 16219333. OLE color: 16219333.
HSL color Cylindrical-coordinate representation of color #C57CF7: hue angle of 275.61º degrees, saturation: 0.88, 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 #C57CF7 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 124 | 247 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.03 |
| HSL | 275.61º | 0.88% | 0.73% | - |
| HSV(B) | 275.61º | 0.5% | 0.97% | - |
| XYZ | 47.02 | 33 | 91.89 | - |
| YUV | 159.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 247 | 0.20 | 0.50 | 0 | 0.03 | 275.61 | 0.88 | 0.73 |
| Hex | C5 | 7C | F7 | 14 | 32 | 0 | 3 | 114 | 58 | 49 |
| Octal | 305 | 174 | 367 | 24 | 62 | 0 | 3 | 424 | 130 | 111 |
| Binary | 11000101 | 1111100 | 11110111 | 10100 | 110010 | 0 | 11 | 100010100 | 1011000 | 1001001 |
Color Harmonies of #C57CF7
Complementary color
Monochromatic Colors of #C57CF7
Black with #C57CF7
Text Example
Text Example
White with #C57CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CF7; }
p { color: rgb(197,124,247); }
H1.HeaderClassName
{
color: #C57CF7;
}
.AnyTagClassName
{
color: #C57CF7;
}
</style>
background-color css
<style>
a { background-color: #C57CF7; }
a { background-color: rgb(197,124,247); }
div.DivClassName
{
background-color: #C57CF7;
}
.BgClassName
{
background-color: #C57CF7;
}
</style>
border-color css
<style>
span { border-color: #C57CF7; }
span { border-color: rgb(197,124,247); }
td.TdClassName
{
border-color: #C57CF7;
}
.TagClassName
{
border-color: #C57CF7;
}
</style>