Shades of Electric Purple #CE28FC
Tints of Electric Purple #CE28FC
RGB
CMYK
RGB Variations
Color information
#CE28FC (or 0xCE28FC) is known color: Electric Purple. HEX triplet: CE, 28 and FC. RGB value is (206,40,252). Sum of RGB (Red+Green+Blue) = 206+40+252=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 40 (16.02% from 255 or 8.03% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE28FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28FC is #31D703. Grayscale: #717171. Windows color (decimal): -3266308 or 16525518. OLE color: 16525518.
HSL color Cylindrical-coordinate representation of color #CE28FC: hue angle of 286.98º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE28FC is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 40 | 252 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.01 |
| HSL | 286.98º | 0.97% | 0.57% | - |
| HSV(B) | 286.98º | 0.84% | 0.99% | - |
| XYZ | 43.78 | 21.67 | 93.97 | - |
| YUV | 113.8 | 206 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 252 | 0.18 | 0.84 | 0 | 0.01 | 286.98 | 0.97 | 0.57 |
| Hex | CE | 28 | FC | 12 | 54 | 0 | 1 | 11F | 61 | 39 |
| Octal | 316 | 50 | 374 | 22 | 124 | 0 | 1 | 437 | 141 | 71 |
| Binary | 11001110 | 101000 | 11111100 | 10010 | 1010100 | 0 | 1 | 100011111 | 1100001 | 111001 |
Color Harmonies of #CE28FC
Complementary color
Monochromatic Colors of #CE28FC
Black with #CE28FC
Text Example
Text Example
White with #CE28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28FC; }
p { color: rgb(206,40,252); }
H1.HeaderClassName
{
color: #CE28FC;
}
.AnyTagClassName
{
color: #CE28FC;
}
</style>
background-color css
<style>
a { background-color: #CE28FC; }
a { background-color: rgb(206,40,252); }
div.DivClassName
{
background-color: #CE28FC;
}
.BgClassName
{
background-color: #CE28FC;
}
</style>
border-color css
<style>
span { border-color: #CE28FC; }
span { border-color: rgb(206,40,252); }
td.TdClassName
{
border-color: #CE28FC;
}
.TagClassName
{
border-color: #CE28FC;
}
</style>