Shades of Electric Purple #CE35FE
Tints of Electric Purple #CE35FE
RGB
CMYK
RGB Variations
Color information
#CE35FE (or 0xCE35FE) is known color: Electric Purple. HEX triplet: CE, 35 and FE. RGB value is (206,53,254). Sum of RGB (Red+Green+Blue) = 206+53+254=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 53 (21.09% from 255 or 10.33% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE35FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE35FE is #31CA01. Grayscale: #797979. Windows color (decimal): -3262978 or 16659918. OLE color: 16659918.
HSL color Cylindrical-coordinate representation of color #CE35FE: hue angle of 285.67º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE35FE is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 53 | 254 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.00 |
| HSL | 285.67º | 0.99% | 0.6% | - |
| HSV(B) | 285.67º | 0.79% | 1% | - |
| XYZ | 44.62 | 22.82 | 95.82 | - |
| YUV | 121.66 | 202.69 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 254 | 0.19 | 0.79 | 0 | 0.00 | 285.67 | 0.99 | 0.6 |
| Hex | CE | 35 | FE | 13 | 4F | 0 | 0 | 11E | 63 | 3C |
| Octal | 316 | 65 | 376 | 23 | 117 | 0 | 0 | 436 | 143 | 74 |
| Binary | 11001110 | 110101 | 11111110 | 10011 | 1001111 | 0 | 0 | 100011110 | 1100011 | 111100 |
Color Harmonies of #CE35FE
Complementary color
Monochromatic Colors of #CE35FE
Black with #CE35FE
Text Example
Text Example
White with #CE35FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35FE; }
p { color: rgb(206,53,254); }
H1.HeaderClassName
{
color: #CE35FE;
}
.AnyTagClassName
{
color: #CE35FE;
}
</style>
background-color css
<style>
a { background-color: #CE35FE; }
a { background-color: rgb(206,53,254); }
div.DivClassName
{
background-color: #CE35FE;
}
.BgClassName
{
background-color: #CE35FE;
}
</style>
border-color css
<style>
span { border-color: #CE35FE; }
span { border-color: rgb(206,53,254); }
td.TdClassName
{
border-color: #CE35FE;
}
.TagClassName
{
border-color: #CE35FE;
}
</style>