Shades of Heliotrope #C572FF
Tints of Heliotrope #C572FF
RGB
CMYK
RGB Variations
Color information
#C572FF (or 0xC572FF) is known color: Heliotrope. HEX triplet: C5, 72 and FF. RGB value is (197,114,255). Sum of RGB (Red+Green+Blue) = 197+114+255=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #C572FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C572FF is #3A8D00. Grayscale: #9A9A9A. Windows color (decimal): -3837185 or 16741061. OLE color: 16741061.
HSL color Cylindrical-coordinate representation of color #C572FF: hue angle of 275.32º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C572FF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 114 | 255 | - |
| CMYK | 0.23 | 0.55 | 0 | 0 |
| HSL | 275.32º | 1% | 0.72% | - |
| HSV(B) | 275.32º | 0.55% | 1% | - |
| XYZ | 47.09 | 31.12 | 98.13 | - |
| YUV | 154.89 | 184.5 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 255 | 0.23 | 0.55 | 0 | 0 | 275.32 | 1 | 0.72 |
| Hex | C5 | 72 | FF | 17 | 37 | 0 | 0 | 113 | 64 | 48 |
| Octal | 305 | 162 | 377 | 27 | 67 | 0 | 0 | 423 | 144 | 110 |
| Binary | 11000101 | 1110010 | 11111111 | 10111 | 110111 | 0 | 0 | 100010011 | 1100100 | 1001000 |
Color Harmonies of #C572FF
Complementary color
Monochromatic Colors of #C572FF
Black with #C572FF
Text Example
Text Example
White with #C572FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572FF; }
p { color: rgb(197,114,255); }
H1.HeaderClassName
{
color: #C572FF;
}
.AnyTagClassName
{
color: #C572FF;
}
</style>
background-color css
<style>
a { background-color: #C572FF; }
a { background-color: rgb(197,114,255); }
div.DivClassName
{
background-color: #C572FF;
}
.BgClassName
{
background-color: #C572FF;
}
</style>
border-color css
<style>
span { border-color: #C572FF; }
span { border-color: rgb(197,114,255); }
td.TdClassName
{
border-color: #C572FF;
}
.TagClassName
{
border-color: #C572FF;
}
</style>