Shades of Heliotrope #C577FF
Tints of Heliotrope #C577FF
RGB
CMYK
RGB Variations
Color information
#C577FF (or 0xC577FF) is known color: Heliotrope. HEX triplet: C5, 77 and FF. RGB value is (197,119,255). Sum of RGB (Red+Green+Blue) = 197+119+255=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #C577FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C577FF is #3A8800. Grayscale: #9D9D9D. Windows color (decimal): -3835905 or 16742341. OLE color: 16742341.
HSL color Cylindrical-coordinate representation of color #C577FF: hue angle of 274.41º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C577FF is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 119 | 255 | - |
| CMYK | 0.23 | 0.53 | 0 | 0 |
| HSL | 274.41º | 1% | 0.73% | - |
| HSV(B) | 274.41º | 0.53% | 1% | - |
| XYZ | 47.67 | 32.28 | 98.33 | - |
| YUV | 157.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 255 | 0.23 | 0.53 | 0 | 0 | 274.41 | 1 | 0.73 |
| Hex | C5 | 77 | FF | 17 | 35 | 0 | 0 | 112 | 64 | 49 |
| Octal | 305 | 167 | 377 | 27 | 65 | 0 | 0 | 422 | 144 | 111 |
| Binary | 11000101 | 1110111 | 11111111 | 10111 | 110101 | 0 | 0 | 100010010 | 1100100 | 1001001 |
Color Harmonies of #C577FF
Complementary color
Monochromatic Colors of #C577FF
Black with #C577FF
Text Example
Text Example
White with #C577FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577FF; }
p { color: rgb(197,119,255); }
H1.HeaderClassName
{
color: #C577FF;
}
.AnyTagClassName
{
color: #C577FF;
}
</style>
background-color css
<style>
a { background-color: #C577FF; }
a { background-color: rgb(197,119,255); }
div.DivClassName
{
background-color: #C577FF;
}
.BgClassName
{
background-color: #C577FF;
}
</style>
border-color css
<style>
span { border-color: #C577FF; }
span { border-color: rgb(197,119,255); }
td.TdClassName
{
border-color: #C577FF;
}
.TagClassName
{
border-color: #C577FF;
}
</style>