Shades of Heliotrope #C557FF
Tints of Heliotrope #C557FF
RGB
CMYK
RGB Variations
Color information
#C557FF (or 0xC557FF) is known color: Heliotrope. HEX triplet: C5, 57 and FF. RGB value is (197,87,255). Sum of RGB (Red+Green+Blue) = 197+87+255=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 87 (34.38% from 255 or 16.14% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #C557FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C557FF is #3AA800. Grayscale: #8A8A8A. Windows color (decimal): -3844097 or 16734149. OLE color: 16734149.
HSL color Cylindrical-coordinate representation of color #C557FF: hue angle of 279.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C557FF is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 87 | 255 | - |
| CMYK | 0.23 | 0.66 | 0 | 0 |
| HSL | 279.29º | 1% | 0.67% | - |
| HSV(B) | 279.29º | 0.66% | 1% | - |
| XYZ | 44.48 | 25.91 | 97.26 | - |
| YUV | 139.04 | 193.44 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 255 | 0.23 | 0.66 | 0 | 0 | 279.29 | 1 | 0.67 |
| Hex | C5 | 57 | FF | 17 | 42 | 0 | 0 | 117 | 64 | 43 |
| Octal | 305 | 127 | 377 | 27 | 102 | 0 | 0 | 427 | 144 | 103 |
| Binary | 11000101 | 1010111 | 11111111 | 10111 | 1000010 | 0 | 0 | 100010111 | 1100100 | 1000011 |
Color Harmonies of #C557FF
Complementary color
Monochromatic Colors of #C557FF
Black with #C557FF
Text Example
Text Example
White with #C557FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C557FF; }
p { color: rgb(197,87,255); }
H1.HeaderClassName
{
color: #C557FF;
}
.AnyTagClassName
{
color: #C557FF;
}
</style>
background-color css
<style>
a { background-color: #C557FF; }
a { background-color: rgb(197,87,255); }
div.DivClassName
{
background-color: #C557FF;
}
.BgClassName
{
background-color: #C557FF;
}
</style>
border-color css
<style>
span { border-color: #C557FF; }
span { border-color: rgb(197,87,255); }
td.TdClassName
{
border-color: #C557FF;
}
.TagClassName
{
border-color: #C557FF;
}
</style>