Shades of Heliotrope #C578FC
Tints of Heliotrope #C578FC
RGB
CMYK
RGB Variations
Color information
#C578FC (or 0xC578FC) is known color: Heliotrope. HEX triplet: C5, 78 and FC. RGB value is (197,120,252). Sum of RGB (Red+Green+Blue) = 197+120+252=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #C578FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C578FC is #3A8703. Grayscale: #9D9D9D. Windows color (decimal): -3835652 or 16545989. OLE color: 16545989.
HSL color Cylindrical-coordinate representation of color #C578FC: hue angle of 275º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C578FC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 120 | 252 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.01 |
| HSL | 275º | 0.96% | 0.73% | - |
| HSV(B) | 275º | 0.52% | 0.99% | - |
| XYZ | 47.31 | 32.33 | 95.84 | - |
| YUV | 158.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 252 | 0.22 | 0.52 | 0 | 0.01 | 275 | 0.96 | 0.73 |
| Hex | C5 | 78 | FC | 16 | 34 | 0 | 1 | 113 | 60 | 49 |
| Octal | 305 | 170 | 374 | 26 | 64 | 0 | 1 | 423 | 140 | 111 |
| Binary | 11000101 | 1111000 | 11111100 | 10110 | 110100 | 0 | 1 | 100010011 | 1100000 | 1001001 |
Color Harmonies of #C578FC
Complementary color
Monochromatic Colors of #C578FC
Black with #C578FC
Text Example
Text Example
White with #C578FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578FC; }
p { color: rgb(197,120,252); }
H1.HeaderClassName
{
color: #C578FC;
}
.AnyTagClassName
{
color: #C578FC;
}
</style>
background-color css
<style>
a { background-color: #C578FC; }
a { background-color: rgb(197,120,252); }
div.DivClassName
{
background-color: #C578FC;
}
.BgClassName
{
background-color: #C578FC;
}
</style>
border-color css
<style>
span { border-color: #C578FC; }
span { border-color: rgb(197,120,252); }
td.TdClassName
{
border-color: #C578FC;
}
.TagClassName
{
border-color: #C578FC;
}
</style>