Shades of Heliotrope #C56FF0
Tints of Heliotrope #C56FF0
RGB
CMYK
RGB Variations
Color information
#C56FF0 (or 0xC56FF0) is known color: Heliotrope. HEX triplet: C5, 6F and F0. RGB value is (197,111,240). Sum of RGB (Red+Green+Blue) = 197+111+240=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #C56FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56FF0 is #3A900F. Grayscale: #969696. Windows color (decimal): -3837968 or 15757253. OLE color: 15757253.
HSL color Cylindrical-coordinate representation of color #C56FF0: hue angle of 280º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C56FF0 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 111 | 240 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.06 |
| HSL | 280º | 0.81% | 0.69% | - |
| HSV(B) | 280º | 0.54% | 0.94% | - |
| XYZ | 44.44 | 29.53 | 85.8 | - |
| YUV | 151.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 240 | 0.18 | 0.54 | 0 | 0.06 | 280 | 0.81 | 0.69 |
| Hex | C5 | 6F | F0 | 12 | 36 | 0 | 6 | 118 | 51 | 45 |
| Octal | 305 | 157 | 360 | 22 | 66 | 0 | 6 | 430 | 121 | 105 |
| Binary | 11000101 | 1101111 | 11110000 | 10010 | 110110 | 0 | 110 | 100011000 | 1010001 | 1000101 |
Color Harmonies of #C56FF0
Complementary color
Monochromatic Colors of #C56FF0
Black with #C56FF0
Text Example
Text Example
White with #C56FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FF0; }
p { color: rgb(197,111,240); }
H1.HeaderClassName
{
color: #C56FF0;
}
.AnyTagClassName
{
color: #C56FF0;
}
</style>
background-color css
<style>
a { background-color: #C56FF0; }
a { background-color: rgb(197,111,240); }
div.DivClassName
{
background-color: #C56FF0;
}
.BgClassName
{
background-color: #C56FF0;
}
</style>
border-color css
<style>
span { border-color: #C56FF0; }
span { border-color: rgb(197,111,240); }
td.TdClassName
{
border-color: #C56FF0;
}
.TagClassName
{
border-color: #C56FF0;
}
</style>