Shades of Heliotrope #C56FFA
Tints of Heliotrope #C56FFA
RGB
CMYK
RGB Variations
Color information
#C56FFA (or 0xC56FFA) is known color: Heliotrope. HEX triplet: C5, 6F and FA. RGB value is (197,111,250). Sum of RGB (Red+Green+Blue) = 197+111+250=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #C56FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56FFA is #3A9005. Grayscale: #989898. Windows color (decimal): -3837958 or 16412613. OLE color: 16412613.
HSL color Cylindrical-coordinate representation of color #C56FFA: hue angle of 277.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56FFA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 111 | 250 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.02 |
| HSL | 277.12º | 0.93% | 0.71% | - |
| HSV(B) | 277.12º | 0.56% | 0.98% | - |
| XYZ | 45.97 | 30.14 | 93.84 | - |
| YUV | 152.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 250 | 0.21 | 0.56 | 0 | 0.02 | 277.12 | 0.93 | 0.71 |
| Hex | C5 | 6F | FA | 15 | 38 | 0 | 2 | 115 | 5D | 47 |
| Octal | 305 | 157 | 372 | 25 | 70 | 0 | 2 | 425 | 135 | 107 |
| Binary | 11000101 | 1101111 | 11111010 | 10101 | 111000 | 0 | 10 | 100010101 | 1011101 | 1000111 |
Color Harmonies of #C56FFA
Complementary color
Monochromatic Colors of #C56FFA
Black with #C56FFA
Text Example
Text Example
White with #C56FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FFA; }
p { color: rgb(197,111,250); }
H1.HeaderClassName
{
color: #C56FFA;
}
.AnyTagClassName
{
color: #C56FFA;
}
</style>
background-color css
<style>
a { background-color: #C56FFA; }
a { background-color: rgb(197,111,250); }
div.DivClassName
{
background-color: #C56FFA;
}
.BgClassName
{
background-color: #C56FFA;
}
</style>
border-color css
<style>
span { border-color: #C56FFA; }
span { border-color: rgb(197,111,250); }
td.TdClassName
{
border-color: #C56FFA;
}
.TagClassName
{
border-color: #C56FFA;
}
</style>