Shades of Heliotrope #C577FB
Tints of Heliotrope #C577FB
RGB
CMYK
RGB Variations
Color information
#C577FB (or 0xC577FB) is known color: Heliotrope. HEX triplet: C5, 77 and FB. RGB value is (197,119,251). Sum of RGB (Red+Green+Blue) = 197+119+251=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #C577FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C577FB is #3A8804. Grayscale: #9C9C9C. Windows color (decimal): -3835909 or 16480197. OLE color: 16480197.
HSL color Cylindrical-coordinate representation of color #C577FB: hue angle of 275.45º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C577FB is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 119 | 251 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.02 |
| HSL | 275.45º | 0.94% | 0.73% | - |
| HSV(B) | 275.45º | 0.53% | 0.98% | - |
| XYZ | 47.04 | 32.03 | 94.97 | - |
| YUV | 157.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 251 | 0.22 | 0.53 | 0 | 0.02 | 275.45 | 0.94 | 0.73 |
| Hex | C5 | 77 | FB | 16 | 35 | 0 | 2 | 113 | 5E | 49 |
| Octal | 305 | 167 | 373 | 26 | 65 | 0 | 2 | 423 | 136 | 111 |
| Binary | 11000101 | 1110111 | 11111011 | 10110 | 110101 | 0 | 10 | 100010011 | 1011110 | 1001001 |
Color Harmonies of #C577FB
Complementary color
Monochromatic Colors of #C577FB
Black with #C577FB
Text Example
Text Example
White with #C577FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577FB; }
p { color: rgb(197,119,251); }
H1.HeaderClassName
{
color: #C577FB;
}
.AnyTagClassName
{
color: #C577FB;
}
</style>
background-color css
<style>
a { background-color: #C577FB; }
a { background-color: rgb(197,119,251); }
div.DivClassName
{
background-color: #C577FB;
}
.BgClassName
{
background-color: #C577FB;
}
</style>
border-color css
<style>
span { border-color: #C577FB; }
span { border-color: rgb(197,119,251); }
td.TdClassName
{
border-color: #C577FB;
}
.TagClassName
{
border-color: #C577FB;
}
</style>