Shades of Heliotrope #C573E8
Tints of Heliotrope #C573E8
RGB
CMYK
RGB Variations
Color information
#C573E8 (or 0xC573E8) is known color: Heliotrope. HEX triplet: C5, 73 and E8. RGB value is (197,115,232). Sum of RGB (Red+Green+Blue) = 197+115+232=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #C573E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C573E8 is #3A8C17. Grayscale: #989898. Windows color (decimal): -3836952 or 15233989. OLE color: 15233989.
HSL color Cylindrical-coordinate representation of color #C573E8: hue angle of 282.05º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C573E8 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 115 | 232 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.09 |
| HSL | 282.05º | 0.72% | 0.68% | - |
| HSV(B) | 282.05º | 0.5% | 0.91% | - |
| XYZ | 43.72 | 29.96 | 79.82 | - |
| YUV | 152.86 | 172.67 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 232 | 0.15 | 0.50 | 0 | 0.09 | 282.05 | 0.72 | 0.68 |
| Hex | C5 | 73 | E8 | F | 32 | 0 | 9 | 11A | 48 | 44 |
| Octal | 305 | 163 | 350 | 17 | 62 | 0 | 11 | 432 | 110 | 104 |
| Binary | 11000101 | 1110011 | 11101000 | 1111 | 110010 | 0 | 1001 | 100011010 | 1001000 | 1000100 |
Color Harmonies of #C573E8
Complementary color
Monochromatic Colors of #C573E8
Black with #C573E8
Text Example
Text Example
White with #C573E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573E8; }
p { color: rgb(197,115,232); }
H1.HeaderClassName
{
color: #C573E8;
}
.AnyTagClassName
{
color: #C573E8;
}
</style>
background-color css
<style>
a { background-color: #C573E8; }
a { background-color: rgb(197,115,232); }
div.DivClassName
{
background-color: #C573E8;
}
.BgClassName
{
background-color: #C573E8;
}
</style>
border-color css
<style>
span { border-color: #C573E8; }
span { border-color: rgb(197,115,232); }
td.TdClassName
{
border-color: #C573E8;
}
.TagClassName
{
border-color: #C573E8;
}
</style>