Shades of Electric Purple #CE11FC
Tints of Electric Purple #CE11FC
RGB
CMYK
RGB Variations
Color information
#CE11FC (or 0xCE11FC) is known color: Electric Purple. HEX triplet: CE, 11 and FC. RGB value is (206,17,252). Sum of RGB (Red+Green+Blue) = 206+17+252=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE11FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE11FC is #31EE03. Grayscale: #636363. Windows color (decimal): -3272196 or 16519630. OLE color: 16519630.
HSL color Cylindrical-coordinate representation of color #CE11FC: hue angle of 288.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE11FC is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 17 | 252 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.01 |
| HSL | 288.26º | 0.98% | 0.53% | - |
| HSV(B) | 288.26º | 0.93% | 0.99% | - |
| XYZ | 43.22 | 20.55 | 93.78 | - |
| YUV | 100.3 | 213.62 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 252 | 0.18 | 0.93 | 0 | 0.01 | 288.26 | 0.98 | 0.53 |
| Hex | CE | 11 | FC | 12 | 5D | 0 | 1 | 120 | 62 | 35 |
| Octal | 316 | 21 | 374 | 22 | 135 | 0 | 1 | 440 | 142 | 65 |
| Binary | 11001110 | 10001 | 11111100 | 10010 | 1011101 | 0 | 1 | 100100000 | 1100010 | 110101 |
Color Harmonies of #CE11FC
Complementary color
Monochromatic Colors of #CE11FC
Black with #CE11FC
Text Example
Text Example
White with #CE11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11FC; }
p { color: rgb(206,17,252); }
H1.HeaderClassName
{
color: #CE11FC;
}
.AnyTagClassName
{
color: #CE11FC;
}
</style>
background-color css
<style>
a { background-color: #CE11FC; }
a { background-color: rgb(206,17,252); }
div.DivClassName
{
background-color: #CE11FC;
}
.BgClassName
{
background-color: #CE11FC;
}
</style>
border-color css
<style>
span { border-color: #CE11FC; }
span { border-color: rgb(206,17,252); }
td.TdClassName
{
border-color: #CE11FC;
}
.TagClassName
{
border-color: #CE11FC;
}
</style>