Shades of Electric Purple #CE2AFE
Tints of Electric Purple #CE2AFE
RGB
CMYK
RGB Variations
Color information
#CE2AFE (or 0xCE2AFE) is known color: Electric Purple. HEX triplet: CE, 2A and FE. RGB value is (206,42,254). Sum of RGB (Red+Green+Blue) = 206+42+254=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 42 (16.80% from 255 or 8.37% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE2AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2AFE is #31D501. Grayscale: #727272. Windows color (decimal): -3265794 or 16657102. OLE color: 16657102.
HSL color Cylindrical-coordinate representation of color #CE2AFE: hue angle of 286.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2AFE is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 42 | 254 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.00 |
| HSL | 286.42º | 0.99% | 0.58% | - |
| HSV(B) | 286.42º | 0.83% | 1% | - |
| XYZ | 44.17 | 21.93 | 95.67 | - |
| YUV | 115.2 | 206.33 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 254 | 0.19 | 0.83 | 0 | 0.00 | 286.42 | 0.99 | 0.58 |
| Hex | CE | 2A | FE | 13 | 53 | 0 | 0 | 11E | 63 | 3A |
| Octal | 316 | 52 | 376 | 23 | 123 | 0 | 0 | 436 | 143 | 72 |
| Binary | 11001110 | 101010 | 11111110 | 10011 | 1010011 | 0 | 0 | 100011110 | 1100011 | 111010 |
Color Harmonies of #CE2AFE
Complementary color
Monochromatic Colors of #CE2AFE
Black with #CE2AFE
Text Example
Text Example
White with #CE2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AFE; }
p { color: rgb(206,42,254); }
H1.HeaderClassName
{
color: #CE2AFE;
}
.AnyTagClassName
{
color: #CE2AFE;
}
</style>
background-color css
<style>
a { background-color: #CE2AFE; }
a { background-color: rgb(206,42,254); }
div.DivClassName
{
background-color: #CE2AFE;
}
.BgClassName
{
background-color: #CE2AFE;
}
</style>
border-color css
<style>
span { border-color: #CE2AFE; }
span { border-color: rgb(206,42,254); }
td.TdClassName
{
border-color: #CE2AFE;
}
.TagClassName
{
border-color: #CE2AFE;
}
</style>