Shades of Heliotrope #C578FF
Tints of Heliotrope #C578FF
RGB
CMYK
RGB Variations
Color information
#C578FF (or 0xC578FF) is known color: Heliotrope. HEX triplet: C5, 78 and FF. RGB value is (197,120,255). Sum of RGB (Red+Green+Blue) = 197+120+255=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #C578FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C578FF is #3A8700. Grayscale: #9D9D9D. Windows color (decimal): -3835649 or 16742597. OLE color: 16742597.
HSL color Cylindrical-coordinate representation of color #C578FF: hue angle of 274.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C578FF is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 120 | 255 | - |
| CMYK | 0.23 | 0.53 | 0 | 0 |
| HSL | 274.22º | 1% | 0.74% | - |
| HSV(B) | 274.22º | 0.53% | 1% | - |
| XYZ | 47.79 | 32.52 | 98.37 | - |
| YUV | 158.41 | 182.51 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 255 | 0.23 | 0.53 | 0 | 0 | 274.22 | 1 | 0.74 |
| Hex | C5 | 78 | FF | 17 | 35 | 0 | 0 | 112 | 64 | 4A |
| Octal | 305 | 170 | 377 | 27 | 65 | 0 | 0 | 422 | 144 | 112 |
| Binary | 11000101 | 1111000 | 11111111 | 10111 | 110101 | 0 | 0 | 100010010 | 1100100 | 1001010 |
Color Harmonies of #C578FF
Complementary color
Monochromatic Colors of #C578FF
Black with #C578FF
Text Example
Text Example
White with #C578FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578FF; }
p { color: rgb(197,120,255); }
H1.HeaderClassName
{
color: #C578FF;
}
.AnyTagClassName
{
color: #C578FF;
}
</style>
background-color css
<style>
a { background-color: #C578FF; }
a { background-color: rgb(197,120,255); }
div.DivClassName
{
background-color: #C578FF;
}
.BgClassName
{
background-color: #C578FF;
}
</style>
border-color css
<style>
span { border-color: #C578FF; }
span { border-color: rgb(197,120,255); }
td.TdClassName
{
border-color: #C578FF;
}
.TagClassName
{
border-color: #C578FF;
}
</style>