Shades of Heliotrope #C564F0
Tints of Heliotrope #C564F0
RGB
CMYK
RGB Variations
Color information
#C564F0 (or 0xC564F0) is known color: Heliotrope. HEX triplet: C5, 64 and F0. RGB value is (197,100,240). Sum of RGB (Red+Green+Blue) = 197+100+240=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #C564F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564F0 is #3A9B0F. Grayscale: #909090. Windows color (decimal): -3840784 or 15754437. OLE color: 15754437.
HSL color Cylindrical-coordinate representation of color #C564F0: hue angle of 281.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C564F0 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 100 | 240 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.06 |
| HSL | 281.57º | 0.82% | 0.67% | - |
| HSV(B) | 281.57º | 0.58% | 0.94% | - |
| XYZ | 43.31 | 27.28 | 85.42 | - |
| YUV | 144.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 240 | 0.18 | 0.58 | 0 | 0.06 | 281.57 | 0.82 | 0.67 |
| Hex | C5 | 64 | F0 | 12 | 3A | 0 | 6 | 11A | 52 | 43 |
| Octal | 305 | 144 | 360 | 22 | 72 | 0 | 6 | 432 | 122 | 103 |
| Binary | 11000101 | 1100100 | 11110000 | 10010 | 111010 | 0 | 110 | 100011010 | 1010010 | 1000011 |
Color Harmonies of #C564F0
Complementary color
Monochromatic Colors of #C564F0
Black with #C564F0
Text Example
Text Example
White with #C564F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564F0; }
p { color: rgb(197,100,240); }
H1.HeaderClassName
{
color: #C564F0;
}
.AnyTagClassName
{
color: #C564F0;
}
</style>
background-color css
<style>
a { background-color: #C564F0; }
a { background-color: rgb(197,100,240); }
div.DivClassName
{
background-color: #C564F0;
}
.BgClassName
{
background-color: #C564F0;
}
</style>
border-color css
<style>
span { border-color: #C564F0; }
span { border-color: rgb(197,100,240); }
td.TdClassName
{
border-color: #C564F0;
}
.TagClassName
{
border-color: #C564F0;
}
</style>