Shades of Heliotrope #C562F6
Tints of Heliotrope #C562F6
RGB
CMYK
RGB Variations
Color information
#C562F6 (or 0xC562F6) is known color: Heliotrope. HEX triplet: C5, 62 and F6. RGB value is (197,98,246). Sum of RGB (Red+Green+Blue) = 197+98+246=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #C562F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C562F6 is #3A9D09. Grayscale: #8F8F8F. Windows color (decimal): -3841290 or 16147141. OLE color: 16147141.
HSL color Cylindrical-coordinate representation of color #C562F6: hue angle of 280.14º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C562F6 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 98 | 246 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.04 |
| HSL | 280.14º | 0.89% | 0.67% | - |
| HSV(B) | 280.14º | 0.6% | 0.96% | - |
| XYZ | 44.03 | 27.26 | 90.13 | - |
| YUV | 144.47 | 185.3 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 246 | 0.20 | 0.60 | 0 | 0.04 | 280.14 | 0.89 | 0.67 |
| Hex | C5 | 62 | F6 | 14 | 3C | 0 | 4 | 118 | 59 | 43 |
| Octal | 305 | 142 | 366 | 24 | 74 | 0 | 4 | 430 | 131 | 103 |
| Binary | 11000101 | 1100010 | 11110110 | 10100 | 111100 | 0 | 100 | 100011000 | 1011001 | 1000011 |
Color Harmonies of #C562F6
Complementary color
Monochromatic Colors of #C562F6
Black with #C562F6
Text Example
Text Example
White with #C562F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562F6; }
p { color: rgb(197,98,246); }
H1.HeaderClassName
{
color: #C562F6;
}
.AnyTagClassName
{
color: #C562F6;
}
</style>
background-color css
<style>
a { background-color: #C562F6; }
a { background-color: rgb(197,98,246); }
div.DivClassName
{
background-color: #C562F6;
}
.BgClassName
{
background-color: #C562F6;
}
</style>
border-color css
<style>
span { border-color: #C562F6; }
span { border-color: rgb(197,98,246); }
td.TdClassName
{
border-color: #C562F6;
}
.TagClassName
{
border-color: #C562F6;
}
</style>