Shades of Electric Purple #CE21F8
Tints of Electric Purple #CE21F8
RGB
CMYK
RGB Variations
Color information
#CE21F8 (or 0xCE21F8) is known color: Electric Purple. HEX triplet: CE, 21 and F8. RGB value is (206,33,248). Sum of RGB (Red+Green+Blue) = 206+33+248=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE21F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE21F8 is #31DE07. Grayscale: #6C6C6C. Windows color (decimal): -3268104 or 16261582. OLE color: 16261582.
HSL color Cylindrical-coordinate representation of color #CE21F8: hue angle of 288.28º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE21F8 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 33 | 248 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.03 |
| HSL | 288.28º | 0.94% | 0.55% | - |
| HSV(B) | 288.28º | 0.87% | 0.97% | - |
| XYZ | 42.94 | 20.99 | 90.59 | - |
| YUV | 109.24 | 206.31 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 248 | 0.17 | 0.87 | 0 | 0.03 | 288.28 | 0.94 | 0.55 |
| Hex | CE | 21 | F8 | 11 | 57 | 0 | 3 | 120 | 5E | 37 |
| Octal | 316 | 41 | 370 | 21 | 127 | 0 | 3 | 440 | 136 | 67 |
| Binary | 11001110 | 100001 | 11111000 | 10001 | 1010111 | 0 | 11 | 100100000 | 1011110 | 110111 |
Color Harmonies of #CE21F8
Complementary color
Monochromatic Colors of #CE21F8
Black with #CE21F8
Text Example
Text Example
White with #CE21F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21F8; }
p { color: rgb(206,33,248); }
H1.HeaderClassName
{
color: #CE21F8;
}
.AnyTagClassName
{
color: #CE21F8;
}
</style>
background-color css
<style>
a { background-color: #CE21F8; }
a { background-color: rgb(206,33,248); }
div.DivClassName
{
background-color: #CE21F8;
}
.BgClassName
{
background-color: #CE21F8;
}
</style>
border-color css
<style>
span { border-color: #CE21F8; }
span { border-color: rgb(206,33,248); }
td.TdClassName
{
border-color: #CE21F8;
}
.TagClassName
{
border-color: #CE21F8;
}
</style>