Shades of Heliotrope #CC72F0
Tints of Heliotrope #CC72F0
RGB
CMYK
RGB Variations
Color information
#CC72F0 (or 0xCC72F0) is known color: Heliotrope. HEX triplet: CC, 72 and F0. RGB value is (204,114,240). Sum of RGB (Red+Green+Blue) = 204+114+240=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC72F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC72F0 is #338D0F. Grayscale: #9A9A9A. Windows color (decimal): -3378448 or 15758028. OLE color: 15758028.
HSL color Cylindrical-coordinate representation of color #CC72F0: hue angle of 282.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC72F0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 114 | 240 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.06 |
| HSL | 282.86º | 0.81% | 0.69% | - |
| HSV(B) | 282.86º | 0.53% | 0.94% | - |
| XYZ | 46.65 | 31.16 | 85.99 | - |
| YUV | 155.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 240 | 0.15 | 0.52 | 0 | 0.06 | 282.86 | 0.81 | 0.69 |
| Hex | CC | 72 | F0 | F | 34 | 0 | 6 | 11B | 51 | 45 |
| Octal | 314 | 162 | 360 | 17 | 64 | 0 | 6 | 433 | 121 | 105 |
| Binary | 11001100 | 1110010 | 11110000 | 1111 | 110100 | 0 | 110 | 100011011 | 1010001 | 1000101 |
Color Harmonies of #CC72F0
Complementary color
Monochromatic Colors of #CC72F0
Black with #CC72F0
Text Example
Text Example
White with #CC72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72F0; }
p { color: rgb(204,114,240); }
H1.HeaderClassName
{
color: #CC72F0;
}
.AnyTagClassName
{
color: #CC72F0;
}
</style>
background-color css
<style>
a { background-color: #CC72F0; }
a { background-color: rgb(204,114,240); }
div.DivClassName
{
background-color: #CC72F0;
}
.BgClassName
{
background-color: #CC72F0;
}
</style>
border-color css
<style>
span { border-color: #CC72F0; }
span { border-color: rgb(204,114,240); }
td.TdClassName
{
border-color: #CC72F0;
}
.TagClassName
{
border-color: #CC72F0;
}
</style>