Shades of Heliotrope #C57CFE
Tints of Heliotrope #C57CFE
RGB
CMYK
RGB Variations
Color information
#C57CFE (or 0xC57CFE) is known color: Heliotrope. HEX triplet: C5, 7C and FE. RGB value is (197,124,254). Sum of RGB (Red+Green+Blue) = 197+124+254=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #C57CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57CFE is #3A8301. Grayscale: #A0A0A0. Windows color (decimal): -3834626 or 16678085. OLE color: 16678085.
HSL color Cylindrical-coordinate representation of color #C57CFE: hue angle of 273.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C57CFE is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 124 | 254 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.00 |
| HSL | 273.69º | 0.98% | 0.74% | - |
| HSV(B) | 273.69º | 0.51% | 1% | - |
| XYZ | 48.12 | 33.44 | 97.68 | - |
| YUV | 160.65 | 180.68 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 254 | 0.22 | 0.51 | 0 | 0.00 | 273.69 | 0.98 | 0.74 |
| Hex | C5 | 7C | FE | 16 | 33 | 0 | 0 | 112 | 62 | 4A |
| Octal | 305 | 174 | 376 | 26 | 63 | 0 | 0 | 422 | 142 | 112 |
| Binary | 11000101 | 1111100 | 11111110 | 10110 | 110011 | 0 | 0 | 100010010 | 1100010 | 1001010 |
Color Harmonies of #C57CFE
Complementary color
Monochromatic Colors of #C57CFE
Black with #C57CFE
Text Example
Text Example
White with #C57CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CFE; }
p { color: rgb(197,124,254); }
H1.HeaderClassName
{
color: #C57CFE;
}
.AnyTagClassName
{
color: #C57CFE;
}
</style>
background-color css
<style>
a { background-color: #C57CFE; }
a { background-color: rgb(197,124,254); }
div.DivClassName
{
background-color: #C57CFE;
}
.BgClassName
{
background-color: #C57CFE;
}
</style>
border-color css
<style>
span { border-color: #C57CFE; }
span { border-color: rgb(197,124,254); }
td.TdClassName
{
border-color: #C57CFE;
}
.TagClassName
{
border-color: #C57CFE;
}
</style>