Shades of Electric Purple #CE28FF
Tints of Electric Purple #CE28FF
RGB
CMYK
RGB Variations
Color information
#CE28FF (or 0xCE28FF) is known color: Electric Purple. HEX triplet: CE, 28 and FF. RGB value is (206,40,255). Sum of RGB (Red+Green+Blue) = 206+40+255=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28FF is #31D700. Grayscale: #717171. Windows color (decimal): -3266305 or 16722126. OLE color: 16722126.
HSL color Cylindrical-coordinate representation of color #CE28FF: hue angle of 286.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE28FF is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 40 | 255 | - |
| CMYK | 0.19 | 0.84 | 0 | 0 |
| HSL | 286.33º | 1% | 0.58% | - |
| HSV(B) | 286.33º | 0.84% | 1% | - |
| XYZ | 44.26 | 21.86 | 96.49 | - |
| YUV | 114.14 | 207.5 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 255 | 0.19 | 0.84 | 0 | 0 | 286.33 | 1 | 0.58 |
| Hex | CE | 28 | FF | 13 | 54 | 0 | 0 | 11E | 64 | 3A |
| Octal | 316 | 50 | 377 | 23 | 124 | 0 | 0 | 436 | 144 | 72 |
| Binary | 11001110 | 101000 | 11111111 | 10011 | 1010100 | 0 | 0 | 100011110 | 1100100 | 111010 |
Color Harmonies of #CE28FF
Complementary color
Monochromatic Colors of #CE28FF
Black with #CE28FF
Text Example
Text Example
White with #CE28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28FF; }
p { color: rgb(206,40,255); }
H1.HeaderClassName
{
color: #CE28FF;
}
.AnyTagClassName
{
color: #CE28FF;
}
</style>
background-color css
<style>
a { background-color: #CE28FF; }
a { background-color: rgb(206,40,255); }
div.DivClassName
{
background-color: #CE28FF;
}
.BgClassName
{
background-color: #CE28FF;
}
</style>
border-color css
<style>
span { border-color: #CE28FF; }
span { border-color: rgb(206,40,255); }
td.TdClassName
{
border-color: #CE28FF;
}
.TagClassName
{
border-color: #CE28FF;
}
</style>