Shades of Electric Purple #CE1EFE
Tints of Electric Purple #CE1EFE
RGB
CMYK
RGB Variations
Color information
#CE1EFE (or 0xCE1EFE) is known color: Electric Purple. HEX triplet: CE, 1E and FE. RGB value is (206,30,254). Sum of RGB (Red+Green+Blue) = 206+30+254=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 30 (12.11% from 255 or 6.12% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE1EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1EFE is #31E101. Grayscale: #6B6B6B. Windows color (decimal): -3268866 or 16654030. OLE color: 16654030.
HSL color Cylindrical-coordinate representation of color #CE1EFE: hue angle of 287.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1EFE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 30 | 254 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.00 |
| HSL | 287.14º | 0.99% | 0.56% | - |
| HSV(B) | 287.14º | 0.88% | 1% | - |
| XYZ | 43.81 | 21.21 | 95.55 | - |
| YUV | 108.16 | 210.31 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 254 | 0.19 | 0.88 | 0 | 0.00 | 287.14 | 0.99 | 0.56 |
| Hex | CE | 1E | FE | 13 | 58 | 0 | 0 | 11F | 63 | 38 |
| Octal | 316 | 36 | 376 | 23 | 130 | 0 | 0 | 437 | 143 | 70 |
| Binary | 11001110 | 11110 | 11111110 | 10011 | 1011000 | 0 | 0 | 100011111 | 1100011 | 111000 |
Color Harmonies of #CE1EFE
Complementary color
Monochromatic Colors of #CE1EFE
Black with #CE1EFE
Text Example
Text Example
White with #CE1EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EFE; }
p { color: rgb(206,30,254); }
H1.HeaderClassName
{
color: #CE1EFE;
}
.AnyTagClassName
{
color: #CE1EFE;
}
</style>
background-color css
<style>
a { background-color: #CE1EFE; }
a { background-color: rgb(206,30,254); }
div.DivClassName
{
background-color: #CE1EFE;
}
.BgClassName
{
background-color: #CE1EFE;
}
</style>
border-color css
<style>
span { border-color: #CE1EFE; }
span { border-color: rgb(206,30,254); }
td.TdClassName
{
border-color: #CE1EFE;
}
.TagClassName
{
border-color: #CE1EFE;
}
</style>