Shades of Heliotrope #CC71EC
Tints of Heliotrope #CC71EC
RGB
CMYK
RGB Variations
Color information
#CC71EC (or 0xCC71EC) is known color: Heliotrope. HEX triplet: CC, 71 and EC. RGB value is (204,113,236). Sum of RGB (Red+Green+Blue) = 204+113+236=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC71EC is #338E13. Grayscale: #999999. Windows color (decimal): -3378708 or 15495628. OLE color: 15495628.
HSL color Cylindrical-coordinate representation of color #CC71EC: hue angle of 284.39º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC71EC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 113 | 236 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.07 |
| HSL | 284.39º | 0.76% | 0.68% | - |
| HSV(B) | 284.39º | 0.52% | 0.93% | - |
| XYZ | 45.95 | 30.7 | 82.86 | - |
| YUV | 154.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 236 | 0.14 | 0.52 | 0 | 0.07 | 284.39 | 0.76 | 0.68 |
| Hex | CC | 71 | EC | E | 34 | 0 | 7 | 11C | 4C | 44 |
| Octal | 314 | 161 | 354 | 16 | 64 | 0 | 7 | 434 | 114 | 104 |
| Binary | 11001100 | 1110001 | 11101100 | 1110 | 110100 | 0 | 111 | 100011100 | 1001100 | 1000100 |
Color Harmonies of #CC71EC
Complementary color
Monochromatic Colors of #CC71EC
Black with #CC71EC
Text Example
Text Example
White with #CC71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71EC; }
p { color: rgb(204,113,236); }
H1.HeaderClassName
{
color: #CC71EC;
}
.AnyTagClassName
{
color: #CC71EC;
}
</style>
background-color css
<style>
a { background-color: #CC71EC; }
a { background-color: rgb(204,113,236); }
div.DivClassName
{
background-color: #CC71EC;
}
.BgClassName
{
background-color: #CC71EC;
}
</style>
border-color css
<style>
span { border-color: #CC71EC; }
span { border-color: rgb(204,113,236); }
td.TdClassName
{
border-color: #CC71EC;
}
.TagClassName
{
border-color: #CC71EC;
}
</style>