Shades of Electric Purple #CE11FB
Tints of Electric Purple #CE11FB
RGB
CMYK
RGB Variations
Color information
#CE11FB (or 0xCE11FB) is known color: Electric Purple. HEX triplet: CE, 11 and FB. RGB value is (206,17,251). Sum of RGB (Red+Green+Blue) = 206+17+251=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 17 (7.03% from 255 or 3.59% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE11FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE11FB is #31EE04. Grayscale: #636363. Windows color (decimal): -3272197 or 16454094. OLE color: 16454094.
HSL color Cylindrical-coordinate representation of color #CE11FB: hue angle of 288.46º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE11FB is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 17 | 251 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.02 |
| HSL | 288.46º | 0.97% | 0.53% | - |
| HSV(B) | 288.46º | 0.93% | 0.98% | - |
| XYZ | 43.07 | 20.49 | 92.95 | - |
| YUV | 100.19 | 213.12 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 251 | 0.18 | 0.93 | 0 | 0.02 | 288.46 | 0.97 | 0.53 |
| Hex | CE | 11 | FB | 12 | 5D | 0 | 2 | 120 | 61 | 35 |
| Octal | 316 | 21 | 373 | 22 | 135 | 0 | 2 | 440 | 141 | 65 |
| Binary | 11001110 | 10001 | 11111011 | 10010 | 1011101 | 0 | 10 | 100100000 | 1100001 | 110101 |
Color Harmonies of #CE11FB
Complementary color
Monochromatic Colors of #CE11FB
Black with #CE11FB
Text Example
Text Example
White with #CE11FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11FB; }
p { color: rgb(206,17,251); }
H1.HeaderClassName
{
color: #CE11FB;
}
.AnyTagClassName
{
color: #CE11FB;
}
</style>
background-color css
<style>
a { background-color: #CE11FB; }
a { background-color: rgb(206,17,251); }
div.DivClassName
{
background-color: #CE11FB;
}
.BgClassName
{
background-color: #CE11FB;
}
</style>
border-color css
<style>
span { border-color: #CE11FB; }
span { border-color: rgb(206,17,251); }
td.TdClassName
{
border-color: #CE11FB;
}
.TagClassName
{
border-color: #CE11FB;
}
</style>