Shades of Heliotrope #CC77EC
Tints of Heliotrope #CC77EC
RGB
CMYK
RGB Variations
Color information
#CC77EC (or 0xCC77EC) is known color: Heliotrope. HEX triplet: CC, 77 and EC. RGB value is (204,119,236). Sum of RGB (Red+Green+Blue) = 204+119+236=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77EC is #338813. Grayscale: #9D9D9D. Windows color (decimal): -3377172 or 15497164. OLE color: 15497164.
HSL color Cylindrical-coordinate representation of color #CC77EC: hue angle of 283.59º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC77EC is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 119 | 236 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.07 |
| HSL | 283.59º | 0.75% | 0.7% | - |
| HSV(B) | 283.59º | 0.5% | 0.93% | - |
| XYZ | 46.64 | 32.09 | 83.09 | - |
| YUV | 157.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 236 | 0.14 | 0.50 | 0 | 0.07 | 283.59 | 0.75 | 0.7 |
| Hex | CC | 77 | EC | E | 32 | 0 | 7 | 11C | 4B | 46 |
| Octal | 314 | 167 | 354 | 16 | 62 | 0 | 7 | 434 | 113 | 106 |
| Binary | 11001100 | 1110111 | 11101100 | 1110 | 110010 | 0 | 111 | 100011100 | 1001011 | 1000110 |
Color Harmonies of #CC77EC
Complementary color
Monochromatic Colors of #CC77EC
Black with #CC77EC
Text Example
Text Example
White with #CC77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77EC; }
p { color: rgb(204,119,236); }
H1.HeaderClassName
{
color: #CC77EC;
}
.AnyTagClassName
{
color: #CC77EC;
}
</style>
background-color css
<style>
a { background-color: #CC77EC; }
a { background-color: rgb(204,119,236); }
div.DivClassName
{
background-color: #CC77EC;
}
.BgClassName
{
background-color: #CC77EC;
}
</style>
border-color css
<style>
span { border-color: #CC77EC; }
span { border-color: rgb(204,119,236); }
td.TdClassName
{
border-color: #CC77EC;
}
.TagClassName
{
border-color: #CC77EC;
}
</style>