Shades of Heliotrope #C573F9
Tints of Heliotrope #C573F9
RGB
CMYK
RGB Variations
Color information
#C573F9 (or 0xC573F9) is known color: Heliotrope. HEX triplet: C5, 73 and F9. RGB value is (197,115,249). Sum of RGB (Red+Green+Blue) = 197+115+249=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #C573F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C573F9 is #3A8C06. Grayscale: #9A9A9A. Windows color (decimal): -3836935 or 16348101. OLE color: 16348101.
HSL color Cylindrical-coordinate representation of color #C573F9: hue angle of 276.72º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C573F9 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 115 | 249 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.02 |
| HSL | 276.72º | 0.92% | 0.71% | - |
| HSV(B) | 276.72º | 0.54% | 0.98% | - |
| XYZ | 46.26 | 30.97 | 93.16 | - |
| YUV | 154.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 249 | 0.21 | 0.54 | 0 | 0.02 | 276.72 | 0.92 | 0.71 |
| Hex | C5 | 73 | F9 | 15 | 36 | 0 | 2 | 115 | 5C | 47 |
| Octal | 305 | 163 | 371 | 25 | 66 | 0 | 2 | 425 | 134 | 107 |
| Binary | 11000101 | 1110011 | 11111001 | 10101 | 110110 | 0 | 10 | 100010101 | 1011100 | 1000111 |
Color Harmonies of #C573F9
Complementary color
Monochromatic Colors of #C573F9
Black with #C573F9
Text Example
Text Example
White with #C573F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573F9; }
p { color: rgb(197,115,249); }
H1.HeaderClassName
{
color: #C573F9;
}
.AnyTagClassName
{
color: #C573F9;
}
</style>
background-color css
<style>
a { background-color: #C573F9; }
a { background-color: rgb(197,115,249); }
div.DivClassName
{
background-color: #C573F9;
}
.BgClassName
{
background-color: #C573F9;
}
</style>
border-color css
<style>
span { border-color: #C573F9; }
span { border-color: rgb(197,115,249); }
td.TdClassName
{
border-color: #C573F9;
}
.TagClassName
{
border-color: #C573F9;
}
</style>