Shades of Electric Purple #CE32FE
Tints of Electric Purple #CE32FE
RGB
CMYK
RGB Variations
Color information
#CE32FE (or 0xCE32FE) is known color: Electric Purple. HEX triplet: CE, 32 and FE. RGB value is (206,50,254). Sum of RGB (Red+Green+Blue) = 206+50+254=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE32FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE32FE is #31CD01. Grayscale: #777777. Windows color (decimal): -3263746 or 16659150. OLE color: 16659150.
HSL color Cylindrical-coordinate representation of color #CE32FE: hue angle of 285.88º 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 #CE32FE is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 50 | 254 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.00 |
| HSL | 285.88º | 0.99% | 0.6% | - |
| HSV(B) | 285.88º | 0.8% | 1% | - |
| XYZ | 44.48 | 22.56 | 95.78 | - |
| YUV | 119.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 254 | 0.19 | 0.80 | 0 | 0.00 | 285.88 | 0.99 | 0.6 |
| Hex | CE | 32 | FE | 13 | 50 | 0 | 0 | 11E | 63 | 3C |
| Octal | 316 | 62 | 376 | 23 | 120 | 0 | 0 | 436 | 143 | 74 |
| Binary | 11001110 | 110010 | 11111110 | 10011 | 1010000 | 0 | 0 | 100011110 | 1100011 | 111100 |
Color Harmonies of #CE32FE
Complementary color
Monochromatic Colors of #CE32FE
Black with #CE32FE
Text Example
Text Example
White with #CE32FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32FE; }
p { color: rgb(206,50,254); }
H1.HeaderClassName
{
color: #CE32FE;
}
.AnyTagClassName
{
color: #CE32FE;
}
</style>
background-color css
<style>
a { background-color: #CE32FE; }
a { background-color: rgb(206,50,254); }
div.DivClassName
{
background-color: #CE32FE;
}
.BgClassName
{
background-color: #CE32FE;
}
</style>
border-color css
<style>
span { border-color: #CE32FE; }
span { border-color: rgb(206,50,254); }
td.TdClassName
{
border-color: #CE32FE;
}
.TagClassName
{
border-color: #CE32FE;
}
</style>