Shades of Heliotrope #C577F1
Tints of Heliotrope #C577F1
RGB
CMYK
RGB Variations
Color information
#C577F1 (or 0xC577F1) is known color: Heliotrope. HEX triplet: C5, 77 and F1. RGB value is (197,119,241). Sum of RGB (Red+Green+Blue) = 197+119+241=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #C577F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C577F1 is #3A880E. Grayscale: #9B9B9B. Windows color (decimal): -3835919 or 15824837. OLE color: 15824837.
HSL color Cylindrical-coordinate representation of color #C577F1: hue angle of 278.36º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C577F1 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 119 | 241 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.05 |
| HSL | 278.36º | 0.81% | 0.71% | - |
| HSV(B) | 278.36º | 0.51% | 0.95% | - |
| XYZ | 45.5 | 31.41 | 86.88 | - |
| YUV | 156.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 241 | 0.18 | 0.51 | 0 | 0.05 | 278.36 | 0.81 | 0.71 |
| Hex | C5 | 77 | F1 | 12 | 33 | 0 | 5 | 116 | 51 | 47 |
| Octal | 305 | 167 | 361 | 22 | 63 | 0 | 5 | 426 | 121 | 107 |
| Binary | 11000101 | 1110111 | 11110001 | 10010 | 110011 | 0 | 101 | 100010110 | 1010001 | 1000111 |
Color Harmonies of #C577F1
Complementary color
Monochromatic Colors of #C577F1
Black with #C577F1
Text Example
Text Example
White with #C577F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577F1; }
p { color: rgb(197,119,241); }
H1.HeaderClassName
{
color: #C577F1;
}
.AnyTagClassName
{
color: #C577F1;
}
</style>
background-color css
<style>
a { background-color: #C577F1; }
a { background-color: rgb(197,119,241); }
div.DivClassName
{
background-color: #C577F1;
}
.BgClassName
{
background-color: #C577F1;
}
</style>
border-color css
<style>
span { border-color: #C577F1; }
span { border-color: rgb(197,119,241); }
td.TdClassName
{
border-color: #C577F1;
}
.TagClassName
{
border-color: #C577F1;
}
</style>