Shades of Electric Purple #CE02FF
Tints of Electric Purple #CE02FF
RGB
CMYK
RGB Variations
Color information
#CE02FF (or 0xCE02FF) is known color: Electric Purple. HEX triplet: CE, 02 and FF. RGB value is (206,2,255). Sum of RGB (Red+Green+Blue) = 206+2+255=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 2 (1.17% from 255 or 0.43% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE02FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE02FF is #31FD00. Grayscale: #5B5B5B. Windows color (decimal): -3276033 or 16712398. OLE color: 16712398.
HSL color Cylindrical-coordinate representation of color #CE02FF: hue angle of 288.38º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02FF is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 2 | 255 | - |
| CMYK | 0.19 | 0.99 | 0 | 0 |
| HSL | 288.38º | 1% | 0.5% | - |
| HSV(B) | 288.38º | 0.99% | 1% | - |
| XYZ | 43.53 | 20.39 | 96.25 | - |
| YUV | 91.84 | 220.09 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 255 | 0.19 | 0.99 | 0 | 0 | 288.38 | 1 | 0.5 |
| Hex | CE | 2 | FF | 13 | 63 | 0 | 0 | 120 | 64 | 32 |
| Octal | 316 | 2 | 377 | 23 | 143 | 0 | 0 | 440 | 144 | 62 |
| Binary | 11001110 | 10 | 11111111 | 10011 | 1100011 | 0 | 0 | 100100000 | 1100100 | 110010 |
Color Harmonies of #CE02FF
Complementary color
Monochromatic Colors of #CE02FF
Black with #CE02FF
Text Example
Text Example
White with #CE02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02FF; }
p { color: rgb(206,2,255); }
H1.HeaderClassName
{
color: #CE02FF;
}
.AnyTagClassName
{
color: #CE02FF;
}
</style>
background-color css
<style>
a { background-color: #CE02FF; }
a { background-color: rgb(206,2,255); }
div.DivClassName
{
background-color: #CE02FF;
}
.BgClassName
{
background-color: #CE02FF;
}
</style>
border-color css
<style>
span { border-color: #CE02FF; }
span { border-color: rgb(206,2,255); }
td.TdClassName
{
border-color: #CE02FF;
}
.TagClassName
{
border-color: #CE02FF;
}
</style>