Shades of Heliotrope #C57AF5
Tints of Heliotrope #C57AF5
RGB
CMYK
RGB Variations
Color information
#C57AF5 (or 0xC57AF5) is known color: Heliotrope. HEX triplet: C5, 7A and F5. RGB value is (197,122,245). Sum of RGB (Red+Green+Blue) = 197+122+245=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #C57AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57AF5 is #3A850A. Grayscale: #9E9E9E. Windows color (decimal): -3835147 or 16087749. OLE color: 16087749.
HSL color Cylindrical-coordinate representation of color #C57AF5: hue angle of 276.59º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57AF5 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 122 | 245 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.04 |
| HSL | 276.59º | 0.86% | 0.72% | - |
| HSV(B) | 276.59º | 0.5% | 0.96% | - |
| XYZ | 46.47 | 32.38 | 90.19 | - |
| YUV | 158.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 245 | 0.20 | 0.50 | 0 | 0.04 | 276.59 | 0.86 | 0.72 |
| Hex | C5 | 7A | F5 | 14 | 32 | 0 | 4 | 115 | 56 | 48 |
| Octal | 305 | 172 | 365 | 24 | 62 | 0 | 4 | 425 | 126 | 110 |
| Binary | 11000101 | 1111010 | 11110101 | 10100 | 110010 | 0 | 100 | 100010101 | 1010110 | 1001000 |
Color Harmonies of #C57AF5
Complementary color
Monochromatic Colors of #C57AF5
Black with #C57AF5
Text Example
Text Example
White with #C57AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AF5; }
p { color: rgb(197,122,245); }
H1.HeaderClassName
{
color: #C57AF5;
}
.AnyTagClassName
{
color: #C57AF5;
}
</style>
background-color css
<style>
a { background-color: #C57AF5; }
a { background-color: rgb(197,122,245); }
div.DivClassName
{
background-color: #C57AF5;
}
.BgClassName
{
background-color: #C57AF5;
}
</style>
border-color css
<style>
span { border-color: #C57AF5; }
span { border-color: rgb(197,122,245); }
td.TdClassName
{
border-color: #C57AF5;
}
.TagClassName
{
border-color: #C57AF5;
}
</style>