Shades of Electric Purple #CC2EFD
Tints of Electric Purple #CC2EFD
RGB
CMYK
RGB Variations
Color information
#CC2EFD (or 0xCC2EFD) is known color: Electric Purple. HEX triplet: CC, 2E and FD. RGB value is (204,46,253). Sum of RGB (Red+Green+Blue) = 204+46+253=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC2EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EFD is #33D102. Grayscale: #747474. Windows color (decimal): -3395843 or 16592588. OLE color: 16592588.
HSL color Cylindrical-coordinate representation of color #CC2EFD: hue angle of 285.8º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2EFD is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 46 | 253 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.01 |
| HSL | 285.8º | 0.98% | 0.59% | - |
| HSV(B) | 285.8º | 0.82% | 0.99% | - |
| XYZ | 43.61 | 21.88 | 94.85 | - |
| YUV | 116.84 | 204.85 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 253 | 0.19 | 0.82 | 0 | 0.01 | 285.8 | 0.98 | 0.59 |
| Hex | CC | 2E | FD | 13 | 52 | 0 | 1 | 11E | 62 | 3B |
| Octal | 314 | 56 | 375 | 23 | 122 | 0 | 1 | 436 | 142 | 73 |
| Binary | 11001100 | 101110 | 11111101 | 10011 | 1010010 | 0 | 1 | 100011110 | 1100010 | 111011 |
Color Harmonies of #CC2EFD
Complementary color
Monochromatic Colors of #CC2EFD
Black with #CC2EFD
Text Example
Text Example
White with #CC2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EFD; }
p { color: rgb(204,46,253); }
H1.HeaderClassName
{
color: #CC2EFD;
}
.AnyTagClassName
{
color: #CC2EFD;
}
</style>
background-color css
<style>
a { background-color: #CC2EFD; }
a { background-color: rgb(204,46,253); }
div.DivClassName
{
background-color: #CC2EFD;
}
.BgClassName
{
background-color: #CC2EFD;
}
</style>
border-color css
<style>
span { border-color: #CC2EFD; }
span { border-color: rgb(204,46,253); }
td.TdClassName
{
border-color: #CC2EFD;
}
.TagClassName
{
border-color: #CC2EFD;
}
</style>