Shades of Heliotrope #CC72ED
Tints of Heliotrope #CC72ED
RGB
CMYK
RGB Variations
Color information
#CC72ED (or 0xCC72ED) is known color: Heliotrope. HEX triplet: CC, 72 and ED. RGB value is (204,114,237). Sum of RGB (Red+Green+Blue) = 204+114+237=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC72ED is #338D12. Grayscale: #9A9A9A. Windows color (decimal): -3378451 or 15561420. OLE color: 15561420.
HSL color Cylindrical-coordinate representation of color #CC72ED: hue angle of 283.9º degrees, saturation: 0.77, 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 #CC72ED is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 114 | 237 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.07 |
| HSL | 283.9º | 0.77% | 0.69% | - |
| HSV(B) | 283.9º | 0.52% | 0.93% | - |
| XYZ | 46.21 | 30.99 | 83.67 | - |
| YUV | 154.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 237 | 0.14 | 0.52 | 0 | 0.07 | 283.9 | 0.77 | 0.69 |
| Hex | CC | 72 | ED | E | 34 | 0 | 7 | 11C | 4D | 45 |
| Octal | 314 | 162 | 355 | 16 | 64 | 0 | 7 | 434 | 115 | 105 |
| Binary | 11001100 | 1110010 | 11101101 | 1110 | 110100 | 0 | 111 | 100011100 | 1001101 | 1000101 |
Color Harmonies of #CC72ED
Complementary color
Monochromatic Colors of #CC72ED
Black with #CC72ED
Text Example
Text Example
White with #CC72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72ED; }
p { color: rgb(204,114,237); }
H1.HeaderClassName
{
color: #CC72ED;
}
.AnyTagClassName
{
color: #CC72ED;
}
</style>
background-color css
<style>
a { background-color: #CC72ED; }
a { background-color: rgb(204,114,237); }
div.DivClassName
{
background-color: #CC72ED;
}
.BgClassName
{
background-color: #CC72ED;
}
</style>
border-color css
<style>
span { border-color: #CC72ED; }
span { border-color: rgb(204,114,237); }
td.TdClassName
{
border-color: #CC72ED;
}
.TagClassName
{
border-color: #CC72ED;
}
</style>