Shades of Electric Purple #CE0EFF
Tints of Electric Purple #CE0EFF
RGB
CMYK
RGB Variations
Color information
#CE0EFF (or 0xCE0EFF) is known color: Electric Purple. HEX triplet: CE, 0E and FF. RGB value is (206,14,255). Sum of RGB (Red+Green+Blue) = 206+14+255=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE0EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0EFF is #31F100. Grayscale: #626262. Windows color (decimal): -3272961 or 16715470. OLE color: 16715470.
HSL color Cylindrical-coordinate representation of color #CE0EFF: hue angle of 287.8º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0EFF is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 14 | 255 | - |
| CMYK | 0.19 | 0.95 | 0 | 0 |
| HSL | 287.8º | 1% | 0.53% | - |
| HSV(B) | 287.8º | 0.95% | 1% | - |
| XYZ | 43.66 | 20.66 | 96.29 | - |
| YUV | 98.88 | 216.11 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 255 | 0.19 | 0.95 | 0 | 0 | 287.8 | 1 | 0.53 |
| Hex | CE | E | FF | 13 | 5F | 0 | 0 | 120 | 64 | 35 |
| Octal | 316 | 16 | 377 | 23 | 137 | 0 | 0 | 440 | 144 | 65 |
| Binary | 11001110 | 1110 | 11111111 | 10011 | 1011111 | 0 | 0 | 100100000 | 1100100 | 110101 |
Color Harmonies of #CE0EFF
Complementary color
Monochromatic Colors of #CE0EFF
Black with #CE0EFF
Text Example
Text Example
White with #CE0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EFF; }
p { color: rgb(206,14,255); }
H1.HeaderClassName
{
color: #CE0EFF;
}
.AnyTagClassName
{
color: #CE0EFF;
}
</style>
background-color css
<style>
a { background-color: #CE0EFF; }
a { background-color: rgb(206,14,255); }
div.DivClassName
{
background-color: #CE0EFF;
}
.BgClassName
{
background-color: #CE0EFF;
}
</style>
border-color css
<style>
span { border-color: #CE0EFF; }
span { border-color: rgb(206,14,255); }
td.TdClassName
{
border-color: #CE0EFF;
}
.TagClassName
{
border-color: #CE0EFF;
}
</style>