Shades of Heliotrope #C574F9
Tints of Heliotrope #C574F9
RGB
CMYK
RGB Variations
Color information
#C574F9 (or 0xC574F9) is known color: Heliotrope. HEX triplet: C5, 74 and F9. RGB value is (197,116,249). Sum of RGB (Red+Green+Blue) = 197+116+249=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #C574F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574F9 is #3A8B06. Grayscale: #9A9A9A. Windows color (decimal): -3836679 or 16348357. OLE color: 16348357.
HSL color Cylindrical-coordinate representation of color #C574F9: hue angle of 276.54º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C574F9 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 116 | 249 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.02 |
| HSL | 276.54º | 0.92% | 0.72% | - |
| HSV(B) | 276.54º | 0.53% | 0.98% | - |
| XYZ | 46.37 | 31.2 | 93.2 | - |
| YUV | 155.38 | 180.84 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 249 | 0.21 | 0.53 | 0 | 0.02 | 276.54 | 0.92 | 0.72 |
| Hex | C5 | 74 | F9 | 15 | 35 | 0 | 2 | 115 | 5C | 48 |
| Octal | 305 | 164 | 371 | 25 | 65 | 0 | 2 | 425 | 134 | 110 |
| Binary | 11000101 | 1110100 | 11111001 | 10101 | 110101 | 0 | 10 | 100010101 | 1011100 | 1001000 |
Color Harmonies of #C574F9
Complementary color
Monochromatic Colors of #C574F9
Black with #C574F9
Text Example
Text Example
White with #C574F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574F9; }
p { color: rgb(197,116,249); }
H1.HeaderClassName
{
color: #C574F9;
}
.AnyTagClassName
{
color: #C574F9;
}
</style>
background-color css
<style>
a { background-color: #C574F9; }
a { background-color: rgb(197,116,249); }
div.DivClassName
{
background-color: #C574F9;
}
.BgClassName
{
background-color: #C574F9;
}
</style>
border-color css
<style>
span { border-color: #C574F9; }
span { border-color: rgb(197,116,249); }
td.TdClassName
{
border-color: #C574F9;
}
.TagClassName
{
border-color: #C574F9;
}
</style>