Shades of Electric Purple #CE33FE
Tints of Electric Purple #CE33FE
RGB
CMYK
RGB Variations
Color information
#CE33FE (or 0xCE33FE) is known color: Electric Purple. HEX triplet: CE, 33 and FE. RGB value is (206,51,254). Sum of RGB (Red+Green+Blue) = 206+51+254=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 51 (20.31% from 255 or 9.98% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE33FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33FE is #31CC01. Grayscale: #777777. Windows color (decimal): -3263490 or 16659406. OLE color: 16659406.
HSL color Cylindrical-coordinate representation of color #CE33FE: hue angle of 285.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE33FE is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 51 | 254 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.00 |
| HSL | 285.81º | 0.99% | 0.6% | - |
| HSV(B) | 285.81º | 0.8% | 1% | - |
| XYZ | 44.53 | 22.65 | 95.79 | - |
| YUV | 120.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 254 | 0.19 | 0.80 | 0 | 0.00 | 285.81 | 0.99 | 0.6 |
| Hex | CE | 33 | FE | 13 | 50 | 0 | 0 | 11E | 63 | 3C |
| Octal | 316 | 63 | 376 | 23 | 120 | 0 | 0 | 436 | 143 | 74 |
| Binary | 11001110 | 110011 | 11111110 | 10011 | 1010000 | 0 | 0 | 100011110 | 1100011 | 111100 |
Color Harmonies of #CE33FE
Complementary color
Monochromatic Colors of #CE33FE
Black with #CE33FE
Text Example
Text Example
White with #CE33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33FE; }
p { color: rgb(206,51,254); }
H1.HeaderClassName
{
color: #CE33FE;
}
.AnyTagClassName
{
color: #CE33FE;
}
</style>
background-color css
<style>
a { background-color: #CE33FE; }
a { background-color: rgb(206,51,254); }
div.DivClassName
{
background-color: #CE33FE;
}
.BgClassName
{
background-color: #CE33FE;
}
</style>
border-color css
<style>
span { border-color: #CE33FE; }
span { border-color: rgb(206,51,254); }
td.TdClassName
{
border-color: #CE33FE;
}
.TagClassName
{
border-color: #CE33FE;
}
</style>