Shades of Heliotrope #C564EF
Tints of Heliotrope #C564EF
RGB
CMYK
RGB Variations
Color information
#C564EF (or 0xC564EF) is known color: Heliotrope. HEX triplet: C5, 64 and EF. RGB value is (197,100,239). Sum of RGB (Red+Green+Blue) = 197+100+239=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #C564EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564EF is #3A9B10. Grayscale: #909090. Windows color (decimal): -3840785 or 15688901. OLE color: 15688901.
HSL color Cylindrical-coordinate representation of color #C564EF: hue angle of 281.87º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C564EF is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 100 | 239 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.06 |
| HSL | 281.87º | 0.81% | 0.66% | - |
| HSV(B) | 281.87º | 0.58% | 0.94% | - |
| XYZ | 43.16 | 27.22 | 84.64 | - |
| YUV | 144.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 239 | 0.18 | 0.58 | 0 | 0.06 | 281.87 | 0.81 | 0.66 |
| Hex | C5 | 64 | EF | 12 | 3A | 0 | 6 | 11A | 51 | 42 |
| Octal | 305 | 144 | 357 | 22 | 72 | 0 | 6 | 432 | 121 | 102 |
| Binary | 11000101 | 1100100 | 11101111 | 10010 | 111010 | 0 | 110 | 100011010 | 1010001 | 1000010 |
Color Harmonies of #C564EF
Complementary color
Monochromatic Colors of #C564EF
Black with #C564EF
Text Example
Text Example
White with #C564EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564EF; }
p { color: rgb(197,100,239); }
H1.HeaderClassName
{
color: #C564EF;
}
.AnyTagClassName
{
color: #C564EF;
}
</style>
background-color css
<style>
a { background-color: #C564EF; }
a { background-color: rgb(197,100,239); }
div.DivClassName
{
background-color: #C564EF;
}
.BgClassName
{
background-color: #C564EF;
}
</style>
border-color css
<style>
span { border-color: #C564EF; }
span { border-color: rgb(197,100,239); }
td.TdClassName
{
border-color: #C564EF;
}
.TagClassName
{
border-color: #C564EF;
}
</style>