Shades of Heliotrope #C563FF
Tints of Heliotrope #C563FF
RGB
CMYK
RGB Variations
Color information
#C563FF (or 0xC563FF) is known color: Heliotrope. HEX triplet: C5, 63 and FF. RGB value is (197,99,255). Sum of RGB (Red+Green+Blue) = 197+99+255=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #C563FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C563FF is #3A9C00. Grayscale: #919191. Windows color (decimal): -3841025 or 16737221. OLE color: 16737221.
HSL color Cylindrical-coordinate representation of color #C563FF: hue angle of 277.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C563FF is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 99 | 255 | - |
| CMYK | 0.23 | 0.61 | 0 | 0 |
| HSL | 277.69º | 1% | 0.69% | - |
| HSV(B) | 277.69º | 0.61% | 1% | - |
| XYZ | 45.54 | 28.01 | 97.61 | - |
| YUV | 146.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 255 | 0.23 | 0.61 | 0 | 0 | 277.69 | 1 | 0.69 |
| Hex | C5 | 63 | FF | 17 | 3D | 0 | 0 | 116 | 64 | 45 |
| Octal | 305 | 143 | 377 | 27 | 75 | 0 | 0 | 426 | 144 | 105 |
| Binary | 11000101 | 1100011 | 11111111 | 10111 | 111101 | 0 | 0 | 100010110 | 1100100 | 1000101 |
Color Harmonies of #C563FF
Complementary color
Monochromatic Colors of #C563FF
Black with #C563FF
Text Example
Text Example
White with #C563FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563FF; }
p { color: rgb(197,99,255); }
H1.HeaderClassName
{
color: #C563FF;
}
.AnyTagClassName
{
color: #C563FF;
}
</style>
background-color css
<style>
a { background-color: #C563FF; }
a { background-color: rgb(197,99,255); }
div.DivClassName
{
background-color: #C563FF;
}
.BgClassName
{
background-color: #C563FF;
}
</style>
border-color css
<style>
span { border-color: #C563FF; }
span { border-color: rgb(197,99,255); }
td.TdClassName
{
border-color: #C563FF;
}
.TagClassName
{
border-color: #C563FF;
}
</style>