Shades of Heliotrope #C560FE
Tints of Heliotrope #C560FE
RGB
CMYK
RGB Variations
Color information
#C560FE (or 0xC560FE) is known color: Heliotrope. HEX triplet: C5, 60 and FE. RGB value is (197,96,254). Sum of RGB (Red+Green+Blue) = 197+96+254=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #C560FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560FE is #3A9F01. Grayscale: #8F8F8F. Windows color (decimal): -3841794 or 16670917. OLE color: 16670917.
HSL color Cylindrical-coordinate representation of color #C560FE: hue angle of 278.35º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C560FE is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 96 | 254 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.00 |
| HSL | 278.35º | 0.99% | 0.69% | - |
| HSV(B) | 278.35º | 0.62% | 1% | - |
| XYZ | 45.1 | 27.39 | 96.68 | - |
| YUV | 144.21 | 189.96 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 254 | 0.22 | 0.62 | 0 | 0.00 | 278.35 | 0.99 | 0.69 |
| Hex | C5 | 60 | FE | 16 | 3E | 0 | 0 | 116 | 63 | 45 |
| Octal | 305 | 140 | 376 | 26 | 76 | 0 | 0 | 426 | 143 | 105 |
| Binary | 11000101 | 1100000 | 11111110 | 10110 | 111110 | 0 | 0 | 100010110 | 1100011 | 1000101 |
Color Harmonies of #C560FE
Complementary color
Monochromatic Colors of #C560FE
Black with #C560FE
Text Example
Text Example
White with #C560FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560FE; }
p { color: rgb(197,96,254); }
H1.HeaderClassName
{
color: #C560FE;
}
.AnyTagClassName
{
color: #C560FE;
}
</style>
background-color css
<style>
a { background-color: #C560FE; }
a { background-color: rgb(197,96,254); }
div.DivClassName
{
background-color: #C560FE;
}
.BgClassName
{
background-color: #C560FE;
}
</style>
border-color css
<style>
span { border-color: #C560FE; }
span { border-color: rgb(197,96,254); }
td.TdClassName
{
border-color: #C560FE;
}
.TagClassName
{
border-color: #C560FE;
}
</style>