Shades of Heliotrope #C574F3
Tints of Heliotrope #C574F3
RGB
CMYK
RGB Variations
Color information
#C574F3 (or 0xC574F3) is known color: Heliotrope. HEX triplet: C5, 74 and F3. RGB value is (197,116,243). Sum of RGB (Red+Green+Blue) = 197+116+243=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #C574F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574F3 is #3A8B0C. Grayscale: #9A9A9A. Windows color (decimal): -3836685 or 15955141. OLE color: 15955141.
HSL color Cylindrical-coordinate representation of color #C574F3: hue angle of 278.27º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C574F3 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 116 | 243 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.05 |
| HSL | 278.27º | 0.84% | 0.7% | - |
| HSV(B) | 278.27º | 0.52% | 0.95% | - |
| XYZ | 45.45 | 30.83 | 88.35 | - |
| YUV | 154.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 243 | 0.19 | 0.52 | 0 | 0.05 | 278.27 | 0.84 | 0.7 |
| Hex | C5 | 74 | F3 | 13 | 34 | 0 | 5 | 116 | 54 | 46 |
| Octal | 305 | 164 | 363 | 23 | 64 | 0 | 5 | 426 | 124 | 106 |
| Binary | 11000101 | 1110100 | 11110011 | 10011 | 110100 | 0 | 101 | 100010110 | 1010100 | 1000110 |
Color Harmonies of #C574F3
Complementary color
Monochromatic Colors of #C574F3
Black with #C574F3
Text Example
Text Example
White with #C574F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574F3; }
p { color: rgb(197,116,243); }
H1.HeaderClassName
{
color: #C574F3;
}
.AnyTagClassName
{
color: #C574F3;
}
</style>
background-color css
<style>
a { background-color: #C574F3; }
a { background-color: rgb(197,116,243); }
div.DivClassName
{
background-color: #C574F3;
}
.BgClassName
{
background-color: #C574F3;
}
</style>
border-color css
<style>
span { border-color: #C574F3; }
span { border-color: rgb(197,116,243); }
td.TdClassName
{
border-color: #C574F3;
}
.TagClassName
{
border-color: #C574F3;
}
</style>