Shades of Heliotrope #C57FED
Tints of Heliotrope #C57FED
RGB
CMYK
RGB Variations
Color information
#C57FED (or 0xC57FED) is known color: Heliotrope. HEX triplet: C5, 7F and ED. RGB value is (197,127,237). Sum of RGB (Red+Green+Blue) = 197+127+237=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #C57FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57FED is #3A8012. Grayscale: #A0A0A0. Windows color (decimal): -3833875 or 15564741. OLE color: 15564741.
HSL color Cylindrical-coordinate representation of color #C57FED: hue angle of 278.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C57FED is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 127 | 237 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.07 |
| HSL | 278.18º | 0.75% | 0.71% | - |
| HSV(B) | 278.18º | 0.46% | 0.93% | - |
| XYZ | 45.9 | 33.16 | 84.1 | - |
| YUV | 160.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 237 | 0.17 | 0.46 | 0 | 0.07 | 278.18 | 0.75 | 0.71 |
| Hex | C5 | 7F | ED | 11 | 2E | 0 | 7 | 116 | 4B | 47 |
| Octal | 305 | 177 | 355 | 21 | 56 | 0 | 7 | 426 | 113 | 107 |
| Binary | 11000101 | 1111111 | 11101101 | 10001 | 101110 | 0 | 111 | 100010110 | 1001011 | 1000111 |
Color Harmonies of #C57FED
Complementary color
Monochromatic Colors of #C57FED
Black with #C57FED
Text Example
Text Example
White with #C57FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FED; }
p { color: rgb(197,127,237); }
H1.HeaderClassName
{
color: #C57FED;
}
.AnyTagClassName
{
color: #C57FED;
}
</style>
background-color css
<style>
a { background-color: #C57FED; }
a { background-color: rgb(197,127,237); }
div.DivClassName
{
background-color: #C57FED;
}
.BgClassName
{
background-color: #C57FED;
}
</style>
border-color css
<style>
span { border-color: #C57FED; }
span { border-color: rgb(197,127,237); }
td.TdClassName
{
border-color: #C57FED;
}
.TagClassName
{
border-color: #C57FED;
}
</style>