Shades of Heliotrope #C560FA
Tints of Heliotrope #C560FA
RGB
CMYK
RGB Variations
Color information
#C560FA (or 0xC560FA) is known color: Heliotrope. HEX triplet: C5, 60 and FA. RGB value is (197,96,250). Sum of RGB (Red+Green+Blue) = 197+96+250=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #C560FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560FA is #3A9F05. Grayscale: #8F8F8F. Windows color (decimal): -3841798 or 16408773. OLE color: 16408773.
HSL color Cylindrical-coordinate representation of color #C560FA: hue angle of 279.35º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C560FA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 96 | 250 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.02 |
| HSL | 279.35º | 0.94% | 0.68% | - |
| HSV(B) | 279.35º | 0.62% | 0.98% | - |
| XYZ | 44.46 | 27.14 | 93.34 | - |
| YUV | 143.76 | 187.96 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 250 | 0.21 | 0.62 | 0 | 0.02 | 279.35 | 0.94 | 0.68 |
| Hex | C5 | 60 | FA | 15 | 3E | 0 | 2 | 117 | 5E | 44 |
| Octal | 305 | 140 | 372 | 25 | 76 | 0 | 2 | 427 | 136 | 104 |
| Binary | 11000101 | 1100000 | 11111010 | 10101 | 111110 | 0 | 10 | 100010111 | 1011110 | 1000100 |
Color Harmonies of #C560FA
Complementary color
Monochromatic Colors of #C560FA
Black with #C560FA
Text Example
Text Example
White with #C560FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560FA; }
p { color: rgb(197,96,250); }
H1.HeaderClassName
{
color: #C560FA;
}
.AnyTagClassName
{
color: #C560FA;
}
</style>
background-color css
<style>
a { background-color: #C560FA; }
a { background-color: rgb(197,96,250); }
div.DivClassName
{
background-color: #C560FA;
}
.BgClassName
{
background-color: #C560FA;
}
</style>
border-color css
<style>
span { border-color: #C560FA; }
span { border-color: rgb(197,96,250); }
td.TdClassName
{
border-color: #C560FA;
}
.TagClassName
{
border-color: #C560FA;
}
</style>