Shades of Electric Purple #CE36FE
Tints of Electric Purple #CE36FE
RGB
CMYK
RGB Variations
Color information
#CE36FE (or 0xCE36FE) is known color: Electric Purple. HEX triplet: CE, 36 and FE. RGB value is (206,54,254). Sum of RGB (Red+Green+Blue) = 206+54+254=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 54 (21.48% from 255 or 10.51% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE36FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36FE is #31C901. Grayscale: #797979. Windows color (decimal): -3262722 or 16660174. OLE color: 16660174.
HSL color Cylindrical-coordinate representation of color #CE36FE: hue angle of 285.6º 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 #CE36FE is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 54 | 254 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.00 |
| HSL | 285.6º | 0.99% | 0.6% | - |
| HSV(B) | 285.6º | 0.79% | 1% | - |
| XYZ | 44.66 | 22.92 | 95.84 | - |
| YUV | 122.25 | 202.36 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 254 | 0.19 | 0.79 | 0 | 0.00 | 285.6 | 0.99 | 0.6 |
| Hex | CE | 36 | FE | 13 | 4F | 0 | 0 | 11E | 63 | 3C |
| Octal | 316 | 66 | 376 | 23 | 117 | 0 | 0 | 436 | 143 | 74 |
| Binary | 11001110 | 110110 | 11111110 | 10011 | 1001111 | 0 | 0 | 100011110 | 1100011 | 111100 |
Color Harmonies of #CE36FE
Complementary color
Monochromatic Colors of #CE36FE
Black with #CE36FE
Text Example
Text Example
White with #CE36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36FE; }
p { color: rgb(206,54,254); }
H1.HeaderClassName
{
color: #CE36FE;
}
.AnyTagClassName
{
color: #CE36FE;
}
</style>
background-color css
<style>
a { background-color: #CE36FE; }
a { background-color: rgb(206,54,254); }
div.DivClassName
{
background-color: #CE36FE;
}
.BgClassName
{
background-color: #CE36FE;
}
</style>
border-color css
<style>
span { border-color: #CE36FE; }
span { border-color: rgb(206,54,254); }
td.TdClassName
{
border-color: #CE36FE;
}
.TagClassName
{
border-color: #CE36FE;
}
</style>