Shades of Electric Purple #CE2FFE
Tints of Electric Purple #CE2FFE
RGB
CMYK
RGB Variations
Color information
#CE2FFE (or 0xCE2FFE) is known color: Electric Purple. HEX triplet: CE, 2F and FE. RGB value is (206,47,254). Sum of RGB (Red+Green+Blue) = 206+47+254=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 47 (18.75% from 255 or 9.27% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE2FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2FFE is #31D001. Grayscale: #757575. Windows color (decimal): -3264514 or 16658382. OLE color: 16658382.
HSL color Cylindrical-coordinate representation of color #CE2FFE: hue angle of 286.09º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2FFE is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 47 | 254 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.00 |
| HSL | 286.09º | 0.99% | 0.59% | - |
| HSV(B) | 286.09º | 0.81% | 1% | - |
| XYZ | 44.36 | 22.31 | 95.73 | - |
| YUV | 118.14 | 204.68 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 254 | 0.19 | 0.81 | 0 | 0.00 | 286.09 | 0.99 | 0.59 |
| Hex | CE | 2F | FE | 13 | 51 | 0 | 0 | 11E | 63 | 3B |
| Octal | 316 | 57 | 376 | 23 | 121 | 0 | 0 | 436 | 143 | 73 |
| Binary | 11001110 | 101111 | 11111110 | 10011 | 1010001 | 0 | 0 | 100011110 | 1100011 | 111011 |
Color Harmonies of #CE2FFE
Complementary color
Monochromatic Colors of #CE2FFE
Black with #CE2FFE
Text Example
Text Example
White with #CE2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FFE; }
p { color: rgb(206,47,254); }
H1.HeaderClassName
{
color: #CE2FFE;
}
.AnyTagClassName
{
color: #CE2FFE;
}
</style>
background-color css
<style>
a { background-color: #CE2FFE; }
a { background-color: rgb(206,47,254); }
div.DivClassName
{
background-color: #CE2FFE;
}
.BgClassName
{
background-color: #CE2FFE;
}
</style>
border-color css
<style>
span { border-color: #CE2FFE; }
span { border-color: rgb(206,47,254); }
td.TdClassName
{
border-color: #CE2FFE;
}
.TagClassName
{
border-color: #CE2FFE;
}
</style>