Shades of Electric Purple #CC1EED
Tints of Electric Purple #CC1EED
RGB
CMYK
RGB Variations
Color information
#CC1EED (or 0xCC1EED) is known color: Electric Purple. HEX triplet: CC, 1E and ED. RGB value is (204,30,237). Sum of RGB (Red+Green+Blue) = 204+30+237=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC1EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1EED is #33E112. Grayscale: #686868. Windows color (decimal): -3399955 or 15539916. OLE color: 15539916.
HSL color Cylindrical-coordinate representation of color #CC1EED: hue angle of 290.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1EED is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 30 | 237 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.07 |
| HSL | 290.43º | 0.85% | 0.52% | - |
| HSV(B) | 290.43º | 0.87% | 0.93% | - |
| XYZ | 40.65 | 19.88 | 81.82 | - |
| YUV | 105.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 237 | 0.14 | 0.87 | 0 | 0.07 | 290.43 | 0.85 | 0.52 |
| Hex | CC | 1E | ED | E | 57 | 0 | 7 | 122 | 55 | 34 |
| Octal | 314 | 36 | 355 | 16 | 127 | 0 | 7 | 442 | 125 | 64 |
| Binary | 11001100 | 11110 | 11101101 | 1110 | 1010111 | 0 | 111 | 100100010 | 1010101 | 110100 |
Color Harmonies of #CC1EED
Complementary color
Monochromatic Colors of #CC1EED
Black with #CC1EED
Text Example
Text Example
White with #CC1EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1EED; }
p { color: rgb(204,30,237); }
H1.HeaderClassName
{
color: #CC1EED;
}
.AnyTagClassName
{
color: #CC1EED;
}
</style>
background-color css
<style>
a { background-color: #CC1EED; }
a { background-color: rgb(204,30,237); }
div.DivClassName
{
background-color: #CC1EED;
}
.BgClassName
{
background-color: #CC1EED;
}
</style>
border-color css
<style>
span { border-color: #CC1EED; }
span { border-color: rgb(204,30,237); }
td.TdClassName
{
border-color: #CC1EED;
}
.TagClassName
{
border-color: #CC1EED;
}
</style>