Shades of Heliotrope #CC72EC
Tints of Heliotrope #CC72EC
RGB
CMYK
RGB Variations
Color information
#CC72EC (or 0xCC72EC) is known color: Heliotrope. HEX triplet: CC, 72 and EC. RGB value is (204,114,236). Sum of RGB (Red+Green+Blue) = 204+114+236=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC72EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC72EC is #338D13. Grayscale: #9A9A9A. Windows color (decimal): -3378452 or 15495884. OLE color: 15495884.
HSL color Cylindrical-coordinate representation of color #CC72EC: hue angle of 284.26º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC72EC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 114 | 236 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.07 |
| HSL | 284.26º | 0.76% | 0.69% | - |
| HSV(B) | 284.26º | 0.52% | 0.93% | - |
| XYZ | 46.06 | 30.93 | 82.9 | - |
| YUV | 154.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 236 | 0.14 | 0.52 | 0 | 0.07 | 284.26 | 0.76 | 0.69 |
| Hex | CC | 72 | EC | E | 34 | 0 | 7 | 11C | 4C | 45 |
| Octal | 314 | 162 | 354 | 16 | 64 | 0 | 7 | 434 | 114 | 105 |
| Binary | 11001100 | 1110010 | 11101100 | 1110 | 110100 | 0 | 111 | 100011100 | 1001100 | 1000101 |
Color Harmonies of #CC72EC
Complementary color
Monochromatic Colors of #CC72EC
Black with #CC72EC
Text Example
Text Example
White with #CC72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72EC; }
p { color: rgb(204,114,236); }
H1.HeaderClassName
{
color: #CC72EC;
}
.AnyTagClassName
{
color: #CC72EC;
}
</style>
background-color css
<style>
a { background-color: #CC72EC; }
a { background-color: rgb(204,114,236); }
div.DivClassName
{
background-color: #CC72EC;
}
.BgClassName
{
background-color: #CC72EC;
}
</style>
border-color css
<style>
span { border-color: #CC72EC; }
span { border-color: rgb(204,114,236); }
td.TdClassName
{
border-color: #CC72EC;
}
.TagClassName
{
border-color: #CC72EC;
}
</style>