Shades of Electric Purple #CE2EFF
Tints of Electric Purple #CE2EFF
RGB
CMYK
RGB Variations
Color information
#CE2EFF (or 0xCE2EFF) is known color: Electric Purple. HEX triplet: CE, 2E and FF. RGB value is (206,46,255). Sum of RGB (Red+Green+Blue) = 206+46+255=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 46 (18.36% from 255 or 9.07% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE2EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2EFF is #31D100. Grayscale: #747474. Windows color (decimal): -3264769 or 16723662. OLE color: 16723662.
HSL color Cylindrical-coordinate representation of color #CE2EFF: hue angle of 285.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2EFF is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 46 | 255 | - |
| CMYK | 0.19 | 0.82 | 0 | 0 |
| HSL | 285.93º | 1% | 0.59% | - |
| HSV(B) | 285.93º | 0.82% | 1% | - |
| XYZ | 44.48 | 22.3 | 96.57 | - |
| YUV | 117.67 | 205.51 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 255 | 0.19 | 0.82 | 0 | 0 | 285.93 | 1 | 0.59 |
| Hex | CE | 2E | FF | 13 | 52 | 0 | 0 | 11E | 64 | 3B |
| Octal | 316 | 56 | 377 | 23 | 122 | 0 | 0 | 436 | 144 | 73 |
| Binary | 11001110 | 101110 | 11111111 | 10011 | 1010010 | 0 | 0 | 100011110 | 1100100 | 111011 |
Color Harmonies of #CE2EFF
Complementary color
Monochromatic Colors of #CE2EFF
Black with #CE2EFF
Text Example
Text Example
White with #CE2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EFF; }
p { color: rgb(206,46,255); }
H1.HeaderClassName
{
color: #CE2EFF;
}
.AnyTagClassName
{
color: #CE2EFF;
}
</style>
background-color css
<style>
a { background-color: #CE2EFF; }
a { background-color: rgb(206,46,255); }
div.DivClassName
{
background-color: #CE2EFF;
}
.BgClassName
{
background-color: #CE2EFF;
}
</style>
border-color css
<style>
span { border-color: #CE2EFF; }
span { border-color: rgb(206,46,255); }
td.TdClassName
{
border-color: #CE2EFF;
}
.TagClassName
{
border-color: #CE2EFF;
}
</style>