Shades of Heliotrope #C57FEB
Tints of Heliotrope #C57FEB
RGB
CMYK
RGB Variations
Color information
#C57FEB (or 0xC57FEB) is known color: Heliotrope. HEX triplet: C5, 7F and EB. RGB value is (197,127,235). Sum of RGB (Red+Green+Blue) = 197+127+235=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #C57FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57FEB is #3A8014. Grayscale: #9F9F9F. Windows color (decimal): -3833877 or 15433669. OLE color: 15433669.
HSL color Cylindrical-coordinate representation of color #C57FEB: hue angle of 278.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C57FEB is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 127 | 235 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.08 |
| HSL | 278.89º | 0.73% | 0.71% | - |
| HSV(B) | 278.89º | 0.46% | 0.92% | - |
| XYZ | 45.61 | 33.05 | 82.57 | - |
| YUV | 160.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 235 | 0.16 | 0.46 | 0 | 0.08 | 278.89 | 0.73 | 0.71 |
| Hex | C5 | 7F | EB | 10 | 2E | 0 | 8 | 117 | 49 | 47 |
| Octal | 305 | 177 | 353 | 20 | 56 | 0 | 10 | 427 | 111 | 107 |
| Binary | 11000101 | 1111111 | 11101011 | 10000 | 101110 | 0 | 1000 | 100010111 | 1001001 | 1000111 |
Color Harmonies of #C57FEB
Complementary color
Monochromatic Colors of #C57FEB
Black with #C57FEB
Text Example
Text Example
White with #C57FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FEB; }
p { color: rgb(197,127,235); }
H1.HeaderClassName
{
color: #C57FEB;
}
.AnyTagClassName
{
color: #C57FEB;
}
</style>
background-color css
<style>
a { background-color: #C57FEB; }
a { background-color: rgb(197,127,235); }
div.DivClassName
{
background-color: #C57FEB;
}
.BgClassName
{
background-color: #C57FEB;
}
</style>
border-color css
<style>
span { border-color: #C57FEB; }
span { border-color: rgb(197,127,235); }
td.TdClassName
{
border-color: #C57FEB;
}
.TagClassName
{
border-color: #C57FEB;
}
</style>