Shades of Electric Purple #CC27ED
Tints of Electric Purple #CC27ED
RGB
CMYK
RGB Variations
Color information
#CC27ED (or 0xCC27ED) is known color: Electric Purple. HEX triplet: CC, 27 and ED. RGB value is (204,39,237). Sum of RGB (Red+Green+Blue) = 204+39+237=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC27ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC27ED is #33D812. Grayscale: #6E6E6E. Windows color (decimal): -3397651 or 15542220. OLE color: 15542220.
HSL color Cylindrical-coordinate representation of color #CC27ED: hue angle of 290º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC27ED is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 39 | 237 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.07 |
| HSL | 290º | 0.85% | 0.54% | - |
| HSV(B) | 290º | 0.84% | 0.93% | - |
| XYZ | 40.91 | 20.4 | 81.9 | - |
| YUV | 110.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 237 | 0.14 | 0.84 | 0 | 0.07 | 290 | 0.85 | 0.54 |
| Hex | CC | 27 | ED | E | 54 | 0 | 7 | 122 | 55 | 36 |
| Octal | 314 | 47 | 355 | 16 | 124 | 0 | 7 | 442 | 125 | 66 |
| Binary | 11001100 | 100111 | 11101101 | 1110 | 1010100 | 0 | 111 | 100100010 | 1010101 | 110110 |
Color Harmonies of #CC27ED
Complementary color
Monochromatic Colors of #CC27ED
Black with #CC27ED
Text Example
Text Example
White with #CC27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC27ED; }
p { color: rgb(204,39,237); }
H1.HeaderClassName
{
color: #CC27ED;
}
.AnyTagClassName
{
color: #CC27ED;
}
</style>
background-color css
<style>
a { background-color: #CC27ED; }
a { background-color: rgb(204,39,237); }
div.DivClassName
{
background-color: #CC27ED;
}
.BgClassName
{
background-color: #CC27ED;
}
</style>
border-color css
<style>
span { border-color: #CC27ED; }
span { border-color: rgb(204,39,237); }
td.TdClassName
{
border-color: #CC27ED;
}
.TagClassName
{
border-color: #CC27ED;
}
</style>