Shades of Electric Purple #CE1FFE
Tints of Electric Purple #CE1FFE
RGB
CMYK
RGB Variations
Color information
#CE1FFE (or 0xCE1FFE) is known color: Electric Purple. HEX triplet: CE, 1F and FE. RGB value is (206,31,254). Sum of RGB (Red+Green+Blue) = 206+31+254=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 31 (12.5% from 255 or 6.31% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE1FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1FFE is #31E001. Grayscale: #6C6C6C. Windows color (decimal): -3268610 or 16654286. OLE color: 16654286.
HSL color Cylindrical-coordinate representation of color #CE1FFE: hue angle of 287.09º 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 #CE1FFE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 31 | 254 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.00 |
| HSL | 287.09º | 0.99% | 0.56% | - |
| HSV(B) | 287.09º | 0.88% | 1% | - |
| XYZ | 43.83 | 21.26 | 95.56 | - |
| YUV | 108.75 | 209.98 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 254 | 0.19 | 0.88 | 0 | 0.00 | 287.09 | 0.99 | 0.56 |
| Hex | CE | 1F | FE | 13 | 58 | 0 | 0 | 11F | 63 | 38 |
| Octal | 316 | 37 | 376 | 23 | 130 | 0 | 0 | 437 | 143 | 70 |
| Binary | 11001110 | 11111 | 11111110 | 10011 | 1011000 | 0 | 0 | 100011111 | 1100011 | 111000 |
Color Harmonies of #CE1FFE
Complementary color
Monochromatic Colors of #CE1FFE
Black with #CE1FFE
Text Example
Text Example
White with #CE1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FFE; }
p { color: rgb(206,31,254); }
H1.HeaderClassName
{
color: #CE1FFE;
}
.AnyTagClassName
{
color: #CE1FFE;
}
</style>
background-color css
<style>
a { background-color: #CE1FFE; }
a { background-color: rgb(206,31,254); }
div.DivClassName
{
background-color: #CE1FFE;
}
.BgClassName
{
background-color: #CE1FFE;
}
</style>
border-color css
<style>
span { border-color: #CE1FFE; }
span { border-color: rgb(206,31,254); }
td.TdClassName
{
border-color: #CE1FFE;
}
.TagClassName
{
border-color: #CE1FFE;
}
</style>