Shades of Heliotrope #C57EFE
Tints of Heliotrope #C57EFE
RGB
CMYK
RGB Variations
Color information
#C57EFE (or 0xC57EFE) is known color: Heliotrope. HEX triplet: C5, 7E and FE. RGB value is (197,126,254). Sum of RGB (Red+Green+Blue) = 197+126+254=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #C57EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57EFE is #3A8101. Grayscale: #A1A1A1. Windows color (decimal): -3834114 or 16678597. OLE color: 16678597.
HSL color Cylindrical-coordinate representation of color #C57EFE: hue angle of 273.28º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57EFE is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 126 | 254 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.00 |
| HSL | 273.28º | 0.98% | 0.75% | - |
| HSV(B) | 273.28º | 0.5% | 1% | - |
| XYZ | 48.38 | 33.95 | 97.77 | - |
| YUV | 161.82 | 180.02 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 254 | 0.22 | 0.50 | 0 | 0.00 | 273.28 | 0.98 | 0.75 |
| Hex | C5 | 7E | FE | 16 | 32 | 0 | 0 | 111 | 62 | 4B |
| Octal | 305 | 176 | 376 | 26 | 62 | 0 | 0 | 421 | 142 | 113 |
| Binary | 11000101 | 1111110 | 11111110 | 10110 | 110010 | 0 | 0 | 100010001 | 1100010 | 1001011 |
Color Harmonies of #C57EFE
Complementary color
Monochromatic Colors of #C57EFE
Black with #C57EFE
Text Example
Text Example
White with #C57EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EFE; }
p { color: rgb(197,126,254); }
H1.HeaderClassName
{
color: #C57EFE;
}
.AnyTagClassName
{
color: #C57EFE;
}
</style>
background-color css
<style>
a { background-color: #C57EFE; }
a { background-color: rgb(197,126,254); }
div.DivClassName
{
background-color: #C57EFE;
}
.BgClassName
{
background-color: #C57EFE;
}
</style>
border-color css
<style>
span { border-color: #C57EFE; }
span { border-color: rgb(197,126,254); }
td.TdClassName
{
border-color: #C57EFE;
}
.TagClassName
{
border-color: #C57EFE;
}
</style>