Shades of Heliotrope #C578F2
Tints of Heliotrope #C578F2
RGB
CMYK
RGB Variations
Color information
#C578F2 (or 0xC578F2) is known color: Heliotrope. HEX triplet: C5, 78 and F2. RGB value is (197,120,242). Sum of RGB (Red+Green+Blue) = 197+120+242=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #C578F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C578F2 is #3A870D. Grayscale: #9C9C9C. Windows color (decimal): -3835662 or 15890629. OLE color: 15890629.
HSL color Cylindrical-coordinate representation of color #C578F2: hue angle of 277.87º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C578F2 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 120 | 242 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.05 |
| HSL | 277.87º | 0.82% | 0.71% | - |
| HSV(B) | 277.87º | 0.5% | 0.95% | - |
| XYZ | 45.77 | 31.71 | 87.71 | - |
| YUV | 156.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 242 | 0.19 | 0.50 | 0 | 0.05 | 277.87 | 0.82 | 0.71 |
| Hex | C5 | 78 | F2 | 13 | 32 | 0 | 5 | 116 | 52 | 47 |
| Octal | 305 | 170 | 362 | 23 | 62 | 0 | 5 | 426 | 122 | 107 |
| Binary | 11000101 | 1111000 | 11110010 | 10011 | 110010 | 0 | 101 | 100010110 | 1010010 | 1000111 |
Color Harmonies of #C578F2
Complementary color
Monochromatic Colors of #C578F2
Black with #C578F2
Text Example
Text Example
White with #C578F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578F2; }
p { color: rgb(197,120,242); }
H1.HeaderClassName
{
color: #C578F2;
}
.AnyTagClassName
{
color: #C578F2;
}
</style>
background-color css
<style>
a { background-color: #C578F2; }
a { background-color: rgb(197,120,242); }
div.DivClassName
{
background-color: #C578F2;
}
.BgClassName
{
background-color: #C578F2;
}
</style>
border-color css
<style>
span { border-color: #C578F2; }
span { border-color: rgb(197,120,242); }
td.TdClassName
{
border-color: #C578F2;
}
.TagClassName
{
border-color: #C578F2;
}
</style>