Shades of Heliotrope #C56DFA
Tints of Heliotrope #C56DFA
RGB
CMYK
RGB Variations
Color information
#C56DFA (or 0xC56DFA) is known color: Heliotrope. HEX triplet: C5, 6D and FA. RGB value is (197,109,250). Sum of RGB (Red+Green+Blue) = 197+109+250=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #C56DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56DFA is #3A9205. Grayscale: #969696. Windows color (decimal): -3838470 or 16412101. OLE color: 16412101.
HSL color Cylindrical-coordinate representation of color #C56DFA: hue angle of 277.45º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56DFA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 109 | 250 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.02 |
| HSL | 277.45º | 0.93% | 0.7% | - |
| HSV(B) | 277.45º | 0.56% | 0.98% | - |
| XYZ | 45.75 | 29.71 | 93.77 | - |
| YUV | 151.39 | 183.65 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 250 | 0.21 | 0.56 | 0 | 0.02 | 277.45 | 0.93 | 0.7 |
| Hex | C5 | 6D | FA | 15 | 38 | 0 | 2 | 115 | 5D | 46 |
| Octal | 305 | 155 | 372 | 25 | 70 | 0 | 2 | 425 | 135 | 106 |
| Binary | 11000101 | 1101101 | 11111010 | 10101 | 111000 | 0 | 10 | 100010101 | 1011101 | 1000110 |
Color Harmonies of #C56DFA
Complementary color
Monochromatic Colors of #C56DFA
Black with #C56DFA
Text Example
Text Example
White with #C56DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DFA; }
p { color: rgb(197,109,250); }
H1.HeaderClassName
{
color: #C56DFA;
}
.AnyTagClassName
{
color: #C56DFA;
}
</style>
background-color css
<style>
a { background-color: #C56DFA; }
a { background-color: rgb(197,109,250); }
div.DivClassName
{
background-color: #C56DFA;
}
.BgClassName
{
background-color: #C56DFA;
}
</style>
border-color css
<style>
span { border-color: #C56DFA; }
span { border-color: rgb(197,109,250); }
td.TdClassName
{
border-color: #C56DFA;
}
.TagClassName
{
border-color: #C56DFA;
}
</style>