Shades of Heliotrope #C572E8
Tints of Heliotrope #C572E8
RGB
CMYK
RGB Variations
Color information
#C572E8 (or 0xC572E8) is known color: Heliotrope. HEX triplet: C5, 72 and E8. RGB value is (197,114,232). Sum of RGB (Red+Green+Blue) = 197+114+232=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #C572E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C572E8 is #3A8D17. Grayscale: #979797. Windows color (decimal): -3837208 or 15233733. OLE color: 15233733.
HSL color Cylindrical-coordinate representation of color #C572E8: hue angle of 282.2º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C572E8 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 114 | 232 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.09 |
| HSL | 282.2º | 0.72% | 0.68% | - |
| HSV(B) | 282.2º | 0.51% | 0.91% | - |
| XYZ | 43.61 | 29.73 | 79.78 | - |
| YUV | 152.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 232 | 0.15 | 0.51 | 0 | 0.09 | 282.2 | 0.72 | 0.68 |
| Hex | C5 | 72 | E8 | F | 33 | 0 | 9 | 11A | 48 | 44 |
| Octal | 305 | 162 | 350 | 17 | 63 | 0 | 11 | 432 | 110 | 104 |
| Binary | 11000101 | 1110010 | 11101000 | 1111 | 110011 | 0 | 1001 | 100011010 | 1001000 | 1000100 |
Color Harmonies of #C572E8
Complementary color
Monochromatic Colors of #C572E8
Black with #C572E8
Text Example
Text Example
White with #C572E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572E8; }
p { color: rgb(197,114,232); }
H1.HeaderClassName
{
color: #C572E8;
}
.AnyTagClassName
{
color: #C572E8;
}
</style>
background-color css
<style>
a { background-color: #C572E8; }
a { background-color: rgb(197,114,232); }
div.DivClassName
{
background-color: #C572E8;
}
.BgClassName
{
background-color: #C572E8;
}
</style>
border-color css
<style>
span { border-color: #C572E8; }
span { border-color: rgb(197,114,232); }
td.TdClassName
{
border-color: #C572E8;
}
.TagClassName
{
border-color: #C572E8;
}
</style>