Shades of Electric Purple #CE0FFE
Tints of Electric Purple #CE0FFE
RGB
CMYK
RGB Variations
Color information
#CE0FFE (or 0xCE0FFE) is known color: Electric Purple. HEX triplet: CE, 0F and FE. RGB value is (206,15,254). Sum of RGB (Red+Green+Blue) = 206+15+254=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0FFE is #31F001. Grayscale: #626262. Windows color (decimal): -3272706 or 16650190. OLE color: 16650190.
HSL color Cylindrical-coordinate representation of color #CE0FFE: hue angle of 287.95º 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 #CE0FFE is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 15 | 254 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.00 |
| HSL | 287.95º | 0.99% | 0.53% | - |
| HSV(B) | 287.95º | 0.94% | 1% | - |
| XYZ | 43.51 | 20.62 | 95.45 | - |
| YUV | 99.36 | 215.28 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 254 | 0.19 | 0.94 | 0 | 0.00 | 287.95 | 0.99 | 0.53 |
| Hex | CE | F | FE | 13 | 5E | 0 | 0 | 120 | 63 | 35 |
| Octal | 316 | 17 | 376 | 23 | 136 | 0 | 0 | 440 | 143 | 65 |
| Binary | 11001110 | 1111 | 11111110 | 10011 | 1011110 | 0 | 0 | 100100000 | 1100011 | 110101 |
Color Harmonies of #CE0FFE
Complementary color
Monochromatic Colors of #CE0FFE
Black with #CE0FFE
Text Example
Text Example
White with #CE0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FFE; }
p { color: rgb(206,15,254); }
H1.HeaderClassName
{
color: #CE0FFE;
}
.AnyTagClassName
{
color: #CE0FFE;
}
</style>
background-color css
<style>
a { background-color: #CE0FFE; }
a { background-color: rgb(206,15,254); }
div.DivClassName
{
background-color: #CE0FFE;
}
.BgClassName
{
background-color: #CE0FFE;
}
</style>
border-color css
<style>
span { border-color: #CE0FFE; }
span { border-color: rgb(206,15,254); }
td.TdClassName
{
border-color: #CE0FFE;
}
.TagClassName
{
border-color: #CE0FFE;
}
</style>