Shades of Heliotrope #C574EE
Tints of Heliotrope #C574EE
RGB
CMYK
RGB Variations
Color information
#C574EE (or 0xC574EE) is known color: Heliotrope. HEX triplet: C5, 74 and EE. RGB value is (197,116,238). Sum of RGB (Red+Green+Blue) = 197+116+238=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #C574EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574EE is #3A8B11. Grayscale: #999999. Windows color (decimal): -3836690 or 15627461. OLE color: 15627461.
HSL color Cylindrical-coordinate representation of color #C574EE: hue angle of 279.84º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C574EE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 116 | 238 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.07 |
| HSL | 279.84º | 0.78% | 0.69% | - |
| HSV(B) | 279.84º | 0.51% | 0.93% | - |
| XYZ | 44.7 | 30.53 | 84.43 | - |
| YUV | 154.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 238 | 0.17 | 0.51 | 0 | 0.07 | 279.84 | 0.78 | 0.69 |
| Hex | C5 | 74 | EE | 11 | 33 | 0 | 7 | 118 | 4E | 45 |
| Octal | 305 | 164 | 356 | 21 | 63 | 0 | 7 | 430 | 116 | 105 |
| Binary | 11000101 | 1110100 | 11101110 | 10001 | 110011 | 0 | 111 | 100011000 | 1001110 | 1000101 |
Color Harmonies of #C574EE
Complementary color
Monochromatic Colors of #C574EE
Black with #C574EE
Text Example
Text Example
White with #C574EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574EE; }
p { color: rgb(197,116,238); }
H1.HeaderClassName
{
color: #C574EE;
}
.AnyTagClassName
{
color: #C574EE;
}
</style>
background-color css
<style>
a { background-color: #C574EE; }
a { background-color: rgb(197,116,238); }
div.DivClassName
{
background-color: #C574EE;
}
.BgClassName
{
background-color: #C574EE;
}
</style>
border-color css
<style>
span { border-color: #C574EE; }
span { border-color: rgb(197,116,238); }
td.TdClassName
{
border-color: #C574EE;
}
.TagClassName
{
border-color: #C574EE;
}
</style>