Shades of Electric Purple #CC0EEE
Tints of Electric Purple #CC0EEE
RGB
CMYK
RGB Variations
Color information
#CC0EEE (or 0xCC0EEE) is known color: Electric Purple. HEX triplet: CC, 0E and EE. RGB value is (204,14,238). Sum of RGB (Red+Green+Blue) = 204+14+238=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EEE is #33F111. Grayscale: #5F5F5F. Windows color (decimal): -3404050 or 15601356. OLE color: 15601356.
HSL color Cylindrical-coordinate representation of color #CC0EEE: hue angle of 290.89º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0EEE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 14 | 238 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.07 |
| HSL | 290.89º | 0.89% | 0.49% | - |
| HSV(B) | 290.89º | 0.94% | 0.93% | - |
| XYZ | 40.49 | 19.32 | 82.48 | - |
| YUV | 96.35 | 207.95 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 14 | 238 | 0.14 | 0.94 | 0 | 0.07 | 290.89 | 0.89 | 0.49 |
| Hex | CC | E | EE | E | 5E | 0 | 7 | 123 | 59 | 31 |
| Octal | 314 | 16 | 356 | 16 | 136 | 0 | 7 | 443 | 131 | 61 |
| Binary | 11001100 | 1110 | 11101110 | 1110 | 1011110 | 0 | 111 | 100100011 | 1011001 | 110001 |
Color Harmonies of #CC0EEE
Complementary color
Monochromatic Colors of #CC0EEE
Black with #CC0EEE
Text Example
Text Example
White with #CC0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0EEE; }
p { color: rgb(204,14,238); }
H1.HeaderClassName
{
color: #CC0EEE;
}
.AnyTagClassName
{
color: #CC0EEE;
}
</style>
background-color css
<style>
a { background-color: #CC0EEE; }
a { background-color: rgb(204,14,238); }
div.DivClassName
{
background-color: #CC0EEE;
}
.BgClassName
{
background-color: #CC0EEE;
}
</style>
border-color css
<style>
span { border-color: #CC0EEE; }
span { border-color: rgb(204,14,238); }
td.TdClassName
{
border-color: #CC0EEE;
}
.TagClassName
{
border-color: #CC0EEE;
}
</style>