Shades of Electric Purple #CE17FE
Tints of Electric Purple #CE17FE
RGB
CMYK
RGB Variations
Color information
#CE17FE (or 0xCE17FE) is known color: Electric Purple. HEX triplet: CE, 17 and FE. RGB value is (206,23,254). Sum of RGB (Red+Green+Blue) = 206+23+254=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE17FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE17FE is #31E801. Grayscale: #676767. Windows color (decimal): -3270658 or 16652238. OLE color: 16652238.
HSL color Cylindrical-coordinate representation of color #CE17FE: hue angle of 287.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE17FE is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 23 | 254 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.00 |
| HSL | 287.53º | 0.99% | 0.54% | - |
| HSV(B) | 287.53º | 0.91% | 1% | - |
| XYZ | 43.65 | 20.89 | 95.5 | - |
| YUV | 104.05 | 212.63 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 254 | 0.19 | 0.91 | 0 | 0.00 | 287.53 | 0.99 | 0.54 |
| Hex | CE | 17 | FE | 13 | 5B | 0 | 0 | 120 | 63 | 36 |
| Octal | 316 | 27 | 376 | 23 | 133 | 0 | 0 | 440 | 143 | 66 |
| Binary | 11001110 | 10111 | 11111110 | 10011 | 1011011 | 0 | 0 | 100100000 | 1100011 | 110110 |
Color Harmonies of #CE17FE
Complementary color
Monochromatic Colors of #CE17FE
Black with #CE17FE
Text Example
Text Example
White with #CE17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17FE; }
p { color: rgb(206,23,254); }
H1.HeaderClassName
{
color: #CE17FE;
}
.AnyTagClassName
{
color: #CE17FE;
}
</style>
background-color css
<style>
a { background-color: #CE17FE; }
a { background-color: rgb(206,23,254); }
div.DivClassName
{
background-color: #CE17FE;
}
.BgClassName
{
background-color: #CE17FE;
}
</style>
border-color css
<style>
span { border-color: #CE17FE; }
span { border-color: rgb(206,23,254); }
td.TdClassName
{
border-color: #CE17FE;
}
.TagClassName
{
border-color: #CE17FE;
}
</style>