Shades of Heliotrope #CC75EC
Tints of Heliotrope #CC75EC
RGB
CMYK
RGB Variations
Color information
#CC75EC (or 0xCC75EC) is known color: Heliotrope. HEX triplet: CC, 75 and EC. RGB value is (204,117,236). Sum of RGB (Red+Green+Blue) = 204+117+236=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC75EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75EC is #338A13. Grayscale: #9C9C9C. Windows color (decimal): -3377684 or 15496652. OLE color: 15496652.
HSL color Cylindrical-coordinate representation of color #CC75EC: hue angle of 283.87º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC75EC is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 117 | 236 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.07 |
| HSL | 283.87º | 0.76% | 0.69% | - |
| HSV(B) | 283.87º | 0.5% | 0.93% | - |
| XYZ | 46.4 | 31.62 | 83.01 | - |
| YUV | 156.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 236 | 0.14 | 0.50 | 0 | 0.07 | 283.87 | 0.76 | 0.69 |
| Hex | CC | 75 | EC | E | 32 | 0 | 7 | 11C | 4C | 45 |
| Octal | 314 | 165 | 354 | 16 | 62 | 0 | 7 | 434 | 114 | 105 |
| Binary | 11001100 | 1110101 | 11101100 | 1110 | 110010 | 0 | 111 | 100011100 | 1001100 | 1000101 |
Color Harmonies of #CC75EC
Complementary color
Monochromatic Colors of #CC75EC
Black with #CC75EC
Text Example
Text Example
White with #CC75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC75EC; }
p { color: rgb(204,117,236); }
H1.HeaderClassName
{
color: #CC75EC;
}
.AnyTagClassName
{
color: #CC75EC;
}
</style>
background-color css
<style>
a { background-color: #CC75EC; }
a { background-color: rgb(204,117,236); }
div.DivClassName
{
background-color: #CC75EC;
}
.BgClassName
{
background-color: #CC75EC;
}
</style>
border-color css
<style>
span { border-color: #CC75EC; }
span { border-color: rgb(204,117,236); }
td.TdClassName
{
border-color: #CC75EC;
}
.TagClassName
{
border-color: #CC75EC;
}
</style>