Shades of Electric Purple #CC00ED
Tints of Electric Purple #CC00ED
RGB
CMYK
RGB Variations
Color information
#CC00ED (or 0xCC00ED) is known color: Electric Purple. HEX triplet: CC, 00 and ED. RGB value is (204,0,237). Sum of RGB (Red+Green+Blue) = 204+0+237=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00ED is #33FF12. Grayscale: #575757. Windows color (decimal): -3407635 or 15532236. OLE color: 15532236.
HSL color Cylindrical-coordinate representation of color #CC00ED: hue angle of 291.65º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00ED is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 0 | 237 | - |
| CMYK | 0.14 | 1 | 0 | 0.07 |
| HSL | 291.65º | 1% | 0.46% | - |
| HSV(B) | 291.65º | 1% | 0.93% | - |
| XYZ | 40.19 | 18.95 | 81.66 | - |
| YUV | 88.01 | 212.09 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 237 | 0.14 | 1 | 0 | 0.07 | 291.65 | 1 | 0.46 |
| Hex | CC | 0 | ED | E | 64 | 0 | 7 | 124 | 64 | 2E |
| Octal | 314 | 0 | 355 | 16 | 144 | 0 | 7 | 444 | 144 | 56 |
| Binary | 11001100 | 0 | 11101101 | 1110 | 1100100 | 0 | 111 | 100100100 | 1100100 | 101110 |
Color Harmonies of #CC00ED
Complementary color
Monochromatic Colors of #CC00ED
Black with #CC00ED
Text Example
Text Example
White with #CC00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00ED; }
p { color: rgb(204,0,237); }
H1.HeaderClassName
{
color: #CC00ED;
}
.AnyTagClassName
{
color: #CC00ED;
}
</style>
background-color css
<style>
a { background-color: #CC00ED; }
a { background-color: rgb(204,0,237); }
div.DivClassName
{
background-color: #CC00ED;
}
.BgClassName
{
background-color: #CC00ED;
}
</style>
border-color css
<style>
span { border-color: #CC00ED; }
span { border-color: rgb(204,0,237); }
td.TdClassName
{
border-color: #CC00ED;
}
.TagClassName
{
border-color: #CC00ED;
}
</style>