Shades of Heliotrope #C571EE
Tints of Heliotrope #C571EE
RGB
CMYK
RGB Variations
Color information
#C571EE (or 0xC571EE) is known color: Heliotrope. HEX triplet: C5, 71 and EE. RGB value is (197,113,238). Sum of RGB (Red+Green+Blue) = 197+113+238=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #C571EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C571EE is #3A8E11. Grayscale: #979797. Windows color (decimal): -3837458 or 15626693. OLE color: 15626693.
HSL color Cylindrical-coordinate representation of color #C571EE: hue angle of 280.32º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C571EE is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 113 | 238 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.07 |
| HSL | 280.32º | 0.79% | 0.69% | - |
| HSV(B) | 280.32º | 0.53% | 0.93% | - |
| XYZ | 44.36 | 29.85 | 84.31 | - |
| YUV | 152.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 238 | 0.17 | 0.53 | 0 | 0.07 | 280.32 | 0.79 | 0.69 |
| Hex | C5 | 71 | EE | 11 | 35 | 0 | 7 | 118 | 4F | 45 |
| Octal | 305 | 161 | 356 | 21 | 65 | 0 | 7 | 430 | 117 | 105 |
| Binary | 11000101 | 1110001 | 11101110 | 10001 | 110101 | 0 | 111 | 100011000 | 1001111 | 1000101 |
Color Harmonies of #C571EE
Complementary color
Monochromatic Colors of #C571EE
Black with #C571EE
Text Example
Text Example
White with #C571EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C571EE; }
p { color: rgb(197,113,238); }
H1.HeaderClassName
{
color: #C571EE;
}
.AnyTagClassName
{
color: #C571EE;
}
</style>
background-color css
<style>
a { background-color: #C571EE; }
a { background-color: rgb(197,113,238); }
div.DivClassName
{
background-color: #C571EE;
}
.BgClassName
{
background-color: #C571EE;
}
</style>
border-color css
<style>
span { border-color: #C571EE; }
span { border-color: rgb(197,113,238); }
td.TdClassName
{
border-color: #C571EE;
}
.TagClassName
{
border-color: #C571EE;
}
</style>