Shades of Heliotrope #C570F6
Tints of Heliotrope #C570F6
RGB
CMYK
RGB Variations
Color information
#C570F6 (or 0xC570F6) is known color: Heliotrope. HEX triplet: C5, 70 and F6. RGB value is (197,112,246). Sum of RGB (Red+Green+Blue) = 197+112+246=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #C570F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570F6 is #3A8F09. Grayscale: #989898. Windows color (decimal): -3837706 or 16150725. OLE color: 16150725.
HSL color Cylindrical-coordinate representation of color #C570F6: hue angle of 278.06º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C570F6 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 112 | 246 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.04 |
| HSL | 278.06º | 0.88% | 0.7% | - |
| HSV(B) | 278.06º | 0.54% | 0.96% | - |
| XYZ | 45.45 | 30.11 | 90.61 | - |
| YUV | 152.69 | 180.66 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 246 | 0.20 | 0.54 | 0 | 0.04 | 278.06 | 0.88 | 0.7 |
| Hex | C5 | 70 | F6 | 14 | 36 | 0 | 4 | 116 | 58 | 46 |
| Octal | 305 | 160 | 366 | 24 | 66 | 0 | 4 | 426 | 130 | 106 |
| Binary | 11000101 | 1110000 | 11110110 | 10100 | 110110 | 0 | 100 | 100010110 | 1011000 | 1000110 |
Color Harmonies of #C570F6
Complementary color
Monochromatic Colors of #C570F6
Black with #C570F6
Text Example
Text Example
White with #C570F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570F6; }
p { color: rgb(197,112,246); }
H1.HeaderClassName
{
color: #C570F6;
}
.AnyTagClassName
{
color: #C570F6;
}
</style>
background-color css
<style>
a { background-color: #C570F6; }
a { background-color: rgb(197,112,246); }
div.DivClassName
{
background-color: #C570F6;
}
.BgClassName
{
background-color: #C570F6;
}
</style>
border-color css
<style>
span { border-color: #C570F6; }
span { border-color: rgb(197,112,246); }
td.TdClassName
{
border-color: #C570F6;
}
.TagClassName
{
border-color: #C570F6;
}
</style>