Shades of Heliotrope #C57DFA
Tints of Heliotrope #C57DFA
RGB
CMYK
RGB Variations
Color information
#C57DFA (or 0xC57DFA) is known color: Heliotrope. HEX triplet: C5, 7D and FA. RGB value is (197,125,250). Sum of RGB (Red+Green+Blue) = 197+125+250=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #C57DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57DFA is #3A8205. Grayscale: #A0A0A0. Windows color (decimal): -3834374 or 16416197. OLE color: 16416197.
HSL color Cylindrical-coordinate representation of color #C57DFA: hue angle of 274.56º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57DFA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 125 | 250 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.02 |
| HSL | 274.56º | 0.93% | 0.74% | - |
| HSV(B) | 274.56º | 0.5% | 0.98% | - |
| XYZ | 47.61 | 33.44 | 94.39 | - |
| YUV | 160.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 250 | 0.21 | 0.50 | 0 | 0.02 | 274.56 | 0.93 | 0.74 |
| Hex | C5 | 7D | FA | 15 | 32 | 0 | 2 | 113 | 5D | 4A |
| Octal | 305 | 175 | 372 | 25 | 62 | 0 | 2 | 423 | 135 | 112 |
| Binary | 11000101 | 1111101 | 11111010 | 10101 | 110010 | 0 | 10 | 100010011 | 1011101 | 1001010 |
Color Harmonies of #C57DFA
Complementary color
Monochromatic Colors of #C57DFA
Black with #C57DFA
Text Example
Text Example
White with #C57DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DFA; }
p { color: rgb(197,125,250); }
H1.HeaderClassName
{
color: #C57DFA;
}
.AnyTagClassName
{
color: #C57DFA;
}
</style>
background-color css
<style>
a { background-color: #C57DFA; }
a { background-color: rgb(197,125,250); }
div.DivClassName
{
background-color: #C57DFA;
}
.BgClassName
{
background-color: #C57DFA;
}
</style>
border-color css
<style>
span { border-color: #C57DFA; }
span { border-color: rgb(197,125,250); }
td.TdClassName
{
border-color: #C57DFA;
}
.TagClassName
{
border-color: #C57DFA;
}
</style>