Shades of Heliotrope #C560FB
Tints of Heliotrope #C560FB
RGB
CMYK
RGB Variations
Color information
#C560FB (or 0xC560FB) is known color: Heliotrope. HEX triplet: C5, 60 and FB. RGB value is (197,96,251). Sum of RGB (Red+Green+Blue) = 197+96+251=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #C560FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560FB is #3A9F04. Grayscale: #8F8F8F. Windows color (decimal): -3841797 or 16474309. OLE color: 16474309.
HSL color Cylindrical-coordinate representation of color #C560FB: hue angle of 279.1º degrees, saturation: 0.95, 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 #C560FB is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 96 | 251 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.02 |
| HSL | 279.1º | 0.95% | 0.68% | - |
| HSV(B) | 279.1º | 0.62% | 0.98% | - |
| XYZ | 44.62 | 27.2 | 94.17 | - |
| YUV | 143.87 | 188.46 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 251 | 0.22 | 0.62 | 0 | 0.02 | 279.1 | 0.95 | 0.68 |
| Hex | C5 | 60 | FB | 16 | 3E | 0 | 2 | 117 | 5F | 44 |
| Octal | 305 | 140 | 373 | 26 | 76 | 0 | 2 | 427 | 137 | 104 |
| Binary | 11000101 | 1100000 | 11111011 | 10110 | 111110 | 0 | 10 | 100010111 | 1011111 | 1000100 |
Color Harmonies of #C560FB
Complementary color
Monochromatic Colors of #C560FB
Black with #C560FB
Text Example
Text Example
White with #C560FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560FB; }
p { color: rgb(197,96,251); }
H1.HeaderClassName
{
color: #C560FB;
}
.AnyTagClassName
{
color: #C560FB;
}
</style>
background-color css
<style>
a { background-color: #C560FB; }
a { background-color: rgb(197,96,251); }
div.DivClassName
{
background-color: #C560FB;
}
.BgClassName
{
background-color: #C560FB;
}
</style>
border-color css
<style>
span { border-color: #C560FB; }
span { border-color: rgb(197,96,251); }
td.TdClassName
{
border-color: #C560FB;
}
.TagClassName
{
border-color: #C560FB;
}
</style>