Shades of Electric Purple #CE14FF
Tints of Electric Purple #CE14FF
RGB
CMYK
RGB Variations
Color information
#CE14FF (or 0xCE14FF) is known color: Electric Purple. HEX triplet: CE, 14 and FF. RGB value is (206,20,255). Sum of RGB (Red+Green+Blue) = 206+20+255=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE14FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14FF is #31EB00. Grayscale: #656565. Windows color (decimal): -3271425 or 16717006. OLE color: 16717006.
HSL color Cylindrical-coordinate representation of color #CE14FF: hue angle of 287.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE14FF is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 20 | 255 | - |
| CMYK | 0.19 | 0.92 | 0 | 0 |
| HSL | 287.49º | 1% | 0.54% | - |
| HSV(B) | 287.49º | 0.92% | 1% | - |
| XYZ | 43.75 | 20.84 | 96.32 | - |
| YUV | 102.4 | 214.12 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 255 | 0.19 | 0.92 | 0 | 0 | 287.49 | 1 | 0.54 |
| Hex | CE | 14 | FF | 13 | 5C | 0 | 0 | 11F | 64 | 36 |
| Octal | 316 | 24 | 377 | 23 | 134 | 0 | 0 | 437 | 144 | 66 |
| Binary | 11001110 | 10100 | 11111111 | 10011 | 1011100 | 0 | 0 | 100011111 | 1100100 | 110110 |
Color Harmonies of #CE14FF
Complementary color
Monochromatic Colors of #CE14FF
Black with #CE14FF
Text Example
Text Example
White with #CE14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14FF; }
p { color: rgb(206,20,255); }
H1.HeaderClassName
{
color: #CE14FF;
}
.AnyTagClassName
{
color: #CE14FF;
}
</style>
background-color css
<style>
a { background-color: #CE14FF; }
a { background-color: rgb(206,20,255); }
div.DivClassName
{
background-color: #CE14FF;
}
.BgClassName
{
background-color: #CE14FF;
}
</style>
border-color css
<style>
span { border-color: #CE14FF; }
span { border-color: rgb(206,20,255); }
td.TdClassName
{
border-color: #CE14FF;
}
.TagClassName
{
border-color: #CE14FF;
}
</style>