Shades of Heliotrope #C57CF2
Tints of Heliotrope #C57CF2
RGB
CMYK
RGB Variations
Color information
#C57CF2 (or 0xC57CF2) is known color: Heliotrope. HEX triplet: C5, 7C and F2. RGB value is (197,124,242). Sum of RGB (Red+Green+Blue) = 197+124+242=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #C57CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57CF2 is #3A830D. Grayscale: #9E9E9E. Windows color (decimal): -3834638 or 15891653. OLE color: 15891653.
HSL color Cylindrical-coordinate representation of color #C57CF2: hue angle of 277.12º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C57CF2 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 124 | 242 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.05 |
| HSL | 277.12º | 0.82% | 0.72% | - |
| HSV(B) | 277.12º | 0.49% | 0.95% | - |
| XYZ | 46.26 | 32.7 | 87.88 | - |
| YUV | 159.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 242 | 0.19 | 0.49 | 0 | 0.05 | 277.12 | 0.82 | 0.72 |
| Hex | C5 | 7C | F2 | 13 | 31 | 0 | 5 | 115 | 52 | 48 |
| Octal | 305 | 174 | 362 | 23 | 61 | 0 | 5 | 425 | 122 | 110 |
| Binary | 11000101 | 1111100 | 11110010 | 10011 | 110001 | 0 | 101 | 100010101 | 1010010 | 1001000 |
Color Harmonies of #C57CF2
Complementary color
Monochromatic Colors of #C57CF2
Black with #C57CF2
Text Example
Text Example
White with #C57CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CF2; }
p { color: rgb(197,124,242); }
H1.HeaderClassName
{
color: #C57CF2;
}
.AnyTagClassName
{
color: #C57CF2;
}
</style>
background-color css
<style>
a { background-color: #C57CF2; }
a { background-color: rgb(197,124,242); }
div.DivClassName
{
background-color: #C57CF2;
}
.BgClassName
{
background-color: #C57CF2;
}
</style>
border-color css
<style>
span { border-color: #C57CF2; }
span { border-color: rgb(197,124,242); }
td.TdClassName
{
border-color: #C57CF2;
}
.TagClassName
{
border-color: #C57CF2;
}
</style>