Shades of Electric Purple #CE32FF
Tints of Electric Purple #CE32FF
RGB
CMYK
RGB Variations
Color information
#CE32FF (or 0xCE32FF) is known color: Electric Purple. HEX triplet: CE, 32 and FF. RGB value is (206,50,255). Sum of RGB (Red+Green+Blue) = 206+50+255=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE32FF is #31CD00. Grayscale: #777777. Windows color (decimal): -3263745 or 16724686. OLE color: 16724686.
HSL color Cylindrical-coordinate representation of color #CE32FF: hue angle of 285.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE32FF is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 50 | 255 | - |
| CMYK | 0.19 | 0.80 | 0 | 0 |
| HSL | 285.66º | 1% | 0.6% | - |
| HSV(B) | 285.66º | 0.8% | 1% | - |
| XYZ | 44.64 | 22.62 | 96.62 | - |
| YUV | 120.01 | 204.18 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 255 | 0.19 | 0.80 | 0 | 0 | 285.66 | 1 | 0.6 |
| Hex | CE | 32 | FF | 13 | 50 | 0 | 0 | 11E | 64 | 3C |
| Octal | 316 | 62 | 377 | 23 | 120 | 0 | 0 | 436 | 144 | 74 |
| Binary | 11001110 | 110010 | 11111111 | 10011 | 1010000 | 0 | 0 | 100011110 | 1100100 | 111100 |
Color Harmonies of #CE32FF
Complementary color
Monochromatic Colors of #CE32FF
Black with #CE32FF
Text Example
Text Example
White with #CE32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32FF; }
p { color: rgb(206,50,255); }
H1.HeaderClassName
{
color: #CE32FF;
}
.AnyTagClassName
{
color: #CE32FF;
}
</style>
background-color css
<style>
a { background-color: #CE32FF; }
a { background-color: rgb(206,50,255); }
div.DivClassName
{
background-color: #CE32FF;
}
.BgClassName
{
background-color: #CE32FF;
}
</style>
border-color css
<style>
span { border-color: #CE32FF; }
span { border-color: rgb(206,50,255); }
td.TdClassName
{
border-color: #CE32FF;
}
.TagClassName
{
border-color: #CE32FF;
}
</style>