Shades of Electric Purple #CE0EFE
Tints of Electric Purple #CE0EFE
RGB
CMYK
RGB Variations
Color information
#CE0EFE (or 0xCE0EFE) is known color: Electric Purple. HEX triplet: CE, 0E and FE. RGB value is (206,14,254). Sum of RGB (Red+Green+Blue) = 206+14+254=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE0EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0EFE is #31F101. Grayscale: #626262. Windows color (decimal): -3272962 or 16649934. OLE color: 16649934.
HSL color Cylindrical-coordinate representation of color #CE0EFE: hue angle of 288º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0EFE is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 14 | 254 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.00 |
| HSL | 288º | 0.99% | 0.53% | - |
| HSV(B) | 288º | 0.94% | 1% | - |
| XYZ | 43.5 | 20.59 | 95.45 | - |
| YUV | 98.77 | 215.61 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 254 | 0.19 | 0.94 | 0 | 0.00 | 288 | 0.99 | 0.53 |
| Hex | CE | E | FE | 13 | 5E | 0 | 0 | 120 | 63 | 35 |
| Octal | 316 | 16 | 376 | 23 | 136 | 0 | 0 | 440 | 143 | 65 |
| Binary | 11001110 | 1110 | 11111110 | 10011 | 1011110 | 0 | 0 | 100100000 | 1100011 | 110101 |
Color Harmonies of #CE0EFE
Complementary color
Monochromatic Colors of #CE0EFE
Black with #CE0EFE
Text Example
Text Example
White with #CE0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EFE; }
p { color: rgb(206,14,254); }
H1.HeaderClassName
{
color: #CE0EFE;
}
.AnyTagClassName
{
color: #CE0EFE;
}
</style>
background-color css
<style>
a { background-color: #CE0EFE; }
a { background-color: rgb(206,14,254); }
div.DivClassName
{
background-color: #CE0EFE;
}
.BgClassName
{
background-color: #CE0EFE;
}
</style>
border-color css
<style>
span { border-color: #CE0EFE; }
span { border-color: rgb(206,14,254); }
td.TdClassName
{
border-color: #CE0EFE;
}
.TagClassName
{
border-color: #CE0EFE;
}
</style>