Shades of Heliotrope #C561FF
Tints of Heliotrope #C561FF
RGB
CMYK
RGB Variations
Color information
#C561FF (or 0xC561FF) is known color: Heliotrope. HEX triplet: C5, 61 and FF. RGB value is (197,97,255). Sum of RGB (Red+Green+Blue) = 197+97+255=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 97 (38.28% from 255 or 17.67% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #C561FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561FF is #3A9E00. Grayscale: #909090. Windows color (decimal): -3841537 or 16736709. OLE color: 16736709.
HSL color Cylindrical-coordinate representation of color #C561FF: hue angle of 277.97º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C561FF is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 97 | 255 | - |
| CMYK | 0.23 | 0.62 | 0 | 0 |
| HSL | 277.97º | 1% | 0.69% | - |
| HSV(B) | 277.97º | 0.62% | 1% | - |
| XYZ | 45.35 | 27.64 | 97.55 | - |
| YUV | 144.91 | 190.13 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 255 | 0.23 | 0.62 | 0 | 0 | 277.97 | 1 | 0.69 |
| Hex | C5 | 61 | FF | 17 | 3E | 0 | 0 | 116 | 64 | 45 |
| Octal | 305 | 141 | 377 | 27 | 76 | 0 | 0 | 426 | 144 | 105 |
| Binary | 11000101 | 1100001 | 11111111 | 10111 | 111110 | 0 | 0 | 100010110 | 1100100 | 1000101 |
Color Harmonies of #C561FF
Complementary color
Monochromatic Colors of #C561FF
Black with #C561FF
Text Example
Text Example
White with #C561FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C561FF; }
p { color: rgb(197,97,255); }
H1.HeaderClassName
{
color: #C561FF;
}
.AnyTagClassName
{
color: #C561FF;
}
</style>
background-color css
<style>
a { background-color: #C561FF; }
a { background-color: rgb(197,97,255); }
div.DivClassName
{
background-color: #C561FF;
}
.BgClassName
{
background-color: #C561FF;
}
</style>
border-color css
<style>
span { border-color: #C561FF; }
span { border-color: rgb(197,97,255); }
td.TdClassName
{
border-color: #C561FF;
}
.TagClassName
{
border-color: #C561FF;
}
</style>