Shades of Heliotrope #C57DF9
Tints of Heliotrope #C57DF9
RGB
CMYK
RGB Variations
Color information
#C57DF9 (or 0xC57DF9) is known color: Heliotrope. HEX triplet: C5, 7D and F9. RGB value is (197,125,249). Sum of RGB (Red+Green+Blue) = 197+125+249=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #C57DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57DF9 is #3A8206. Grayscale: #A0A0A0. Windows color (decimal): -3834375 or 16350661. OLE color: 16350661.
HSL color Cylindrical-coordinate representation of color #C57DF9: hue angle of 274.84º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57DF9 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 125 | 249 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.02 |
| HSL | 274.84º | 0.91% | 0.73% | - |
| HSV(B) | 274.84º | 0.5% | 0.98% | - |
| XYZ | 47.46 | 33.38 | 93.56 | - |
| YUV | 160.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 249 | 0.21 | 0.50 | 0 | 0.02 | 274.84 | 0.91 | 0.73 |
| Hex | C5 | 7D | F9 | 15 | 32 | 0 | 2 | 113 | 5B | 49 |
| Octal | 305 | 175 | 371 | 25 | 62 | 0 | 2 | 423 | 133 | 111 |
| Binary | 11000101 | 1111101 | 11111001 | 10101 | 110010 | 0 | 10 | 100010011 | 1011011 | 1001001 |
Color Harmonies of #C57DF9
Complementary color
Monochromatic Colors of #C57DF9
Black with #C57DF9
Text Example
Text Example
White with #C57DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DF9; }
p { color: rgb(197,125,249); }
H1.HeaderClassName
{
color: #C57DF9;
}
.AnyTagClassName
{
color: #C57DF9;
}
</style>
background-color css
<style>
a { background-color: #C57DF9; }
a { background-color: rgb(197,125,249); }
div.DivClassName
{
background-color: #C57DF9;
}
.BgClassName
{
background-color: #C57DF9;
}
</style>
border-color css
<style>
span { border-color: #C57DF9; }
span { border-color: rgb(197,125,249); }
td.TdClassName
{
border-color: #C57DF9;
}
.TagClassName
{
border-color: #C57DF9;
}
</style>