Shades of Heliotrope #C577F2
Tints of Heliotrope #C577F2
RGB
CMYK
RGB Variations
Color information
#C577F2 (or 0xC577F2) is known color: Heliotrope. HEX triplet: C5, 77 and F2. RGB value is (197,119,242). Sum of RGB (Red+Green+Blue) = 197+119+242=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #C577F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C577F2 is #3A880D. Grayscale: #9B9B9B. Windows color (decimal): -3835918 or 15890373. OLE color: 15890373.
HSL color Cylindrical-coordinate representation of color #C577F2: hue angle of 278.05º degrees, saturation: 0.83, 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 #C577F2 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 119 | 242 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.05 |
| HSL | 278.05º | 0.83% | 0.71% | - |
| HSV(B) | 278.05º | 0.51% | 0.95% | - |
| XYZ | 45.65 | 31.47 | 87.67 | - |
| YUV | 156.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 242 | 0.19 | 0.51 | 0 | 0.05 | 278.05 | 0.83 | 0.71 |
| Hex | C5 | 77 | F2 | 13 | 33 | 0 | 5 | 116 | 53 | 47 |
| Octal | 305 | 167 | 362 | 23 | 63 | 0 | 5 | 426 | 123 | 107 |
| Binary | 11000101 | 1110111 | 11110010 | 10011 | 110011 | 0 | 101 | 100010110 | 1010011 | 1000111 |
Color Harmonies of #C577F2
Complementary color
Monochromatic Colors of #C577F2
Black with #C577F2
Text Example
Text Example
White with #C577F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577F2; }
p { color: rgb(197,119,242); }
H1.HeaderClassName
{
color: #C577F2;
}
.AnyTagClassName
{
color: #C577F2;
}
</style>
background-color css
<style>
a { background-color: #C577F2; }
a { background-color: rgb(197,119,242); }
div.DivClassName
{
background-color: #C577F2;
}
.BgClassName
{
background-color: #C577F2;
}
</style>
border-color css
<style>
span { border-color: #C577F2; }
span { border-color: rgb(197,119,242); }
td.TdClassName
{
border-color: #C577F2;
}
.TagClassName
{
border-color: #C577F2;
}
</style>