Shades of Heliotrope #C573F0
Tints of Heliotrope #C573F0
RGB
CMYK
RGB Variations
Color information
#C573F0 (or 0xC573F0) is known color: Heliotrope. HEX triplet: C5, 73 and F0. RGB value is (197,115,240). Sum of RGB (Red+Green+Blue) = 197+115+240=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #C573F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C573F0 is #3A8C0F. Grayscale: #999999. Windows color (decimal): -3836944 or 15758277. OLE color: 15758277.
HSL color Cylindrical-coordinate representation of color #C573F0: hue angle of 279.36º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C573F0 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 115 | 240 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.06 |
| HSL | 279.36º | 0.81% | 0.7% | - |
| HSV(B) | 279.36º | 0.52% | 0.94% | - |
| XYZ | 44.88 | 30.42 | 85.94 | - |
| YUV | 153.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 240 | 0.18 | 0.52 | 0 | 0.06 | 279.36 | 0.81 | 0.7 |
| Hex | C5 | 73 | F0 | 12 | 34 | 0 | 6 | 117 | 51 | 46 |
| Octal | 305 | 163 | 360 | 22 | 64 | 0 | 6 | 427 | 121 | 106 |
| Binary | 11000101 | 1110011 | 11110000 | 10010 | 110100 | 0 | 110 | 100010111 | 1010001 | 1000110 |
Color Harmonies of #C573F0
Complementary color
Monochromatic Colors of #C573F0
Black with #C573F0
Text Example
Text Example
White with #C573F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C573F0; }
p { color: rgb(197,115,240); }
H1.HeaderClassName
{
color: #C573F0;
}
.AnyTagClassName
{
color: #C573F0;
}
</style>
background-color css
<style>
a { background-color: #C573F0; }
a { background-color: rgb(197,115,240); }
div.DivClassName
{
background-color: #C573F0;
}
.BgClassName
{
background-color: #C573F0;
}
</style>
border-color css
<style>
span { border-color: #C573F0; }
span { border-color: rgb(197,115,240); }
td.TdClassName
{
border-color: #C573F0;
}
.TagClassName
{
border-color: #C573F0;
}
</style>