Shades of Heliotrope #C571FF
Tints of Heliotrope #C571FF
RGB
CMYK
RGB Variations
Color information
#C571FF (or 0xC571FF) is known color: Heliotrope. HEX triplet: C5, 71 and FF. RGB value is (197,113,255). Sum of RGB (Red+Green+Blue) = 197+113+255=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #C571FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C571FF is #3A8E00. Grayscale: #999999. Windows color (decimal): -3837441 or 16740805. OLE color: 16740805.
HSL color Cylindrical-coordinate representation of color #C571FF: hue angle of 275.49º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C571FF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 113 | 255 | - |
| CMYK | 0.23 | 0.56 | 0 | 0 |
| HSL | 275.49º | 1% | 0.72% | - |
| HSV(B) | 275.49º | 0.56% | 1% | - |
| XYZ | 46.98 | 30.9 | 98.1 | - |
| YUV | 154.3 | 184.83 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 255 | 0.23 | 0.56 | 0 | 0 | 275.49 | 1 | 0.72 |
| Hex | C5 | 71 | FF | 17 | 38 | 0 | 0 | 113 | 64 | 48 |
| Octal | 305 | 161 | 377 | 27 | 70 | 0 | 0 | 423 | 144 | 110 |
| Binary | 11000101 | 1110001 | 11111111 | 10111 | 111000 | 0 | 0 | 100010011 | 1100100 | 1001000 |
Color Harmonies of #C571FF
Complementary color
Monochromatic Colors of #C571FF
Black with #C571FF
Text Example
Text Example
White with #C571FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C571FF; }
p { color: rgb(197,113,255); }
H1.HeaderClassName
{
color: #C571FF;
}
.AnyTagClassName
{
color: #C571FF;
}
</style>
background-color css
<style>
a { background-color: #C571FF; }
a { background-color: rgb(197,113,255); }
div.DivClassName
{
background-color: #C571FF;
}
.BgClassName
{
background-color: #C571FF;
}
</style>
border-color css
<style>
span { border-color: #C571FF; }
span { border-color: rgb(197,113,255); }
td.TdClassName
{
border-color: #C571FF;
}
.TagClassName
{
border-color: #C571FF;
}
</style>