Shades of Electric Purple #CE2AFF
Tints of Electric Purple #CE2AFF
RGB
CMYK
RGB Variations
Color information
#CE2AFF (or 0xCE2AFF) is known color: Electric Purple. HEX triplet: CE, 2A and FF. RGB value is (206,42,255). Sum of RGB (Red+Green+Blue) = 206+42+255=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 42 (16.80% from 255 or 8.35% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE2AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2AFF is #31D500. Grayscale: #727272. Windows color (decimal): -3265793 or 16722638. OLE color: 16722638.
HSL color Cylindrical-coordinate representation of color #CE2AFF: hue angle of 286.2º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2AFF is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 42 | 255 | - |
| CMYK | 0.19 | 0.84 | 0 | 0 |
| HSL | 286.2º | 1% | 0.58% | - |
| HSV(B) | 286.2º | 0.84% | 1% | - |
| XYZ | 44.33 | 22 | 96.52 | - |
| YUV | 115.32 | 206.83 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 255 | 0.19 | 0.84 | 0 | 0 | 286.2 | 1 | 0.58 |
| Hex | CE | 2A | FF | 13 | 54 | 0 | 0 | 11E | 64 | 3A |
| Octal | 316 | 52 | 377 | 23 | 124 | 0 | 0 | 436 | 144 | 72 |
| Binary | 11001110 | 101010 | 11111111 | 10011 | 1010100 | 0 | 0 | 100011110 | 1100100 | 111010 |
Color Harmonies of #CE2AFF
Complementary color
Monochromatic Colors of #CE2AFF
Black with #CE2AFF
Text Example
Text Example
White with #CE2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AFF; }
p { color: rgb(206,42,255); }
H1.HeaderClassName
{
color: #CE2AFF;
}
.AnyTagClassName
{
color: #CE2AFF;
}
</style>
background-color css
<style>
a { background-color: #CE2AFF; }
a { background-color: rgb(206,42,255); }
div.DivClassName
{
background-color: #CE2AFF;
}
.BgClassName
{
background-color: #CE2AFF;
}
</style>
border-color css
<style>
span { border-color: #CE2AFF; }
span { border-color: rgb(206,42,255); }
td.TdClassName
{
border-color: #CE2AFF;
}
.TagClassName
{
border-color: #CE2AFF;
}
</style>