Shades of Heliotrope #CC72FF
Tints of Heliotrope #CC72FF
RGB
CMYK
RGB Variations
Color information
#CC72FF (or 0xCC72FF) is known color: Heliotrope. HEX triplet: CC, 72 and FF. RGB value is (204,114,255). Sum of RGB (Red+Green+Blue) = 204+114+255=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC72FF is #338D00. Grayscale: #9C9C9C. Windows color (decimal): -3378433 or 16741068. OLE color: 16741068.
HSL color Cylindrical-coordinate representation of color #CC72FF: hue angle of 278.3º 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 #CC72FF is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 114 | 255 | - |
| CMYK | 0.2 | 0.55 | 0 | 0 |
| HSL | 278.3º | 1% | 0.72% | - |
| HSV(B) | 278.3º | 0.55% | 1% | - |
| XYZ | 48.97 | 32.09 | 98.22 | - |
| YUV | 156.98 | 183.32 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 255 | 0.2 | 0.55 | 0 | 0 | 278.3 | 1 | 0.72 |
| Hex | CC | 72 | FF | 14 | 37 | 0 | 0 | 116 | 64 | 48 |
| Octal | 314 | 162 | 377 | 24 | 67 | 0 | 0 | 426 | 144 | 110 |
| Binary | 11001100 | 1110010 | 11111111 | 10100 | 110111 | 0 | 0 | 100010110 | 1100100 | 1001000 |
Color Harmonies of #CC72FF
Complementary color
Monochromatic Colors of #CC72FF
Black with #CC72FF
Text Example
Text Example
White with #CC72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72FF; }
p { color: rgb(204,114,255); }
H1.HeaderClassName
{
color: #CC72FF;
}
.AnyTagClassName
{
color: #CC72FF;
}
</style>
background-color css
<style>
a { background-color: #CC72FF; }
a { background-color: rgb(204,114,255); }
div.DivClassName
{
background-color: #CC72FF;
}
.BgClassName
{
background-color: #CC72FF;
}
</style>
border-color css
<style>
span { border-color: #CC72FF; }
span { border-color: rgb(204,114,255); }
td.TdClassName
{
border-color: #CC72FF;
}
.TagClassName
{
border-color: #CC72FF;
}
</style>