Shades of Heliotrope #C56CFA
Tints of Heliotrope #C56CFA
RGB
CMYK
RGB Variations
Color information
#C56CFA (or 0xC56CFA) is known color: Heliotrope. HEX triplet: C5, 6C and FA. RGB value is (197,108,250). Sum of RGB (Red+Green+Blue) = 197+108+250=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #C56CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56CFA is #3A9305. Grayscale: #969696. Windows color (decimal): -3838726 or 16411845. OLE color: 16411845.
HSL color Cylindrical-coordinate representation of color #C56CFA: hue angle of 277.61º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56CFA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 108 | 250 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.02 |
| HSL | 277.61º | 0.93% | 0.7% | - |
| HSV(B) | 277.61º | 0.57% | 0.98% | - |
| XYZ | 45.64 | 29.5 | 93.73 | - |
| YUV | 150.8 | 183.99 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 250 | 0.21 | 0.57 | 0 | 0.02 | 277.61 | 0.93 | 0.7 |
| Hex | C5 | 6C | FA | 15 | 39 | 0 | 2 | 116 | 5D | 46 |
| Octal | 305 | 154 | 372 | 25 | 71 | 0 | 2 | 426 | 135 | 106 |
| Binary | 11000101 | 1101100 | 11111010 | 10101 | 111001 | 0 | 10 | 100010110 | 1011101 | 1000110 |
Color Harmonies of #C56CFA
Complementary color
Monochromatic Colors of #C56CFA
Black with #C56CFA
Text Example
Text Example
White with #C56CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CFA; }
p { color: rgb(197,108,250); }
H1.HeaderClassName
{
color: #C56CFA;
}
.AnyTagClassName
{
color: #C56CFA;
}
</style>
background-color css
<style>
a { background-color: #C56CFA; }
a { background-color: rgb(197,108,250); }
div.DivClassName
{
background-color: #C56CFA;
}
.BgClassName
{
background-color: #C56CFA;
}
</style>
border-color css
<style>
span { border-color: #C56CFA; }
span { border-color: rgb(197,108,250); }
td.TdClassName
{
border-color: #C56CFA;
}
.TagClassName
{
border-color: #C56CFA;
}
</style>