Shades of Heliotrope #C573FA
Tints of Heliotrope #C573FA
RGB
CMYK
RGB Variations
Color information
#C573FA (or 0xC573FA) is known color: Heliotrope. HEX triplet: C5, 73 and FA. RGB value is (197,115,250). Sum of RGB (Red+Green+Blue) = 197+115+250=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #C573FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C573FA is #3A8C05. Grayscale: #9A9A9A. Windows color (decimal): -3836934 or 16413637. OLE color: 16413637.
HSL color Cylindrical-coordinate representation of color #C573FA: hue angle of 276.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C573FA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 115 | 250 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.02 |
| HSL | 276.44º | 0.93% | 0.72% | - |
| HSV(B) | 276.44º | 0.54% | 0.98% | - |
| XYZ | 46.41 | 31.03 | 93.99 | - |
| YUV | 154.91 | 181.67 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 250 | 0.21 | 0.54 | 0 | 0.02 | 276.44 | 0.93 | 0.72 |
| Hex | C5 | 73 | FA | 15 | 36 | 0 | 2 | 114 | 5D | 48 |
| Octal | 305 | 163 | 372 | 25 | 66 | 0 | 2 | 424 | 135 | 110 |
| Binary | 11000101 | 1110011 | 11111010 | 10101 | 110110 | 0 | 10 | 100010100 | 1011101 | 1001000 |
Color Harmonies of #C573FA
Complementary color
Monochromatic Colors of #C573FA
Black with #C573FA
Text Example
Text Example
White with #C573FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573FA; }
p { color: rgb(197,115,250); }
H1.HeaderClassName
{
color: #C573FA;
}
.AnyTagClassName
{
color: #C573FA;
}
</style>
background-color css
<style>
a { background-color: #C573FA; }
a { background-color: rgb(197,115,250); }
div.DivClassName
{
background-color: #C573FA;
}
.BgClassName
{
background-color: #C573FA;
}
</style>
border-color css
<style>
span { border-color: #C573FA; }
span { border-color: rgb(197,115,250); }
td.TdClassName
{
border-color: #C573FA;
}
.TagClassName
{
border-color: #C573FA;
}
</style>