Shades of Electric Purple #CE16FF
Tints of Electric Purple #CE16FF
RGB
CMYK
RGB Variations
Color information
#CE16FF (or 0xCE16FF) is known color: Electric Purple. HEX triplet: CE, 16 and FF. RGB value is (206,22,255). Sum of RGB (Red+Green+Blue) = 206+22+255=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 22 (8.98% from 255 or 4.55% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE16FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE16FF is #31E900. Grayscale: #666666. Windows color (decimal): -3270913 or 16717518. OLE color: 16717518.
HSL color Cylindrical-coordinate representation of color #CE16FF: hue angle of 287.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE16FF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 22 | 255 | - |
| CMYK | 0.19 | 0.91 | 0 | 0 |
| HSL | 287.38º | 1% | 0.54% | - |
| HSV(B) | 287.38º | 0.91% | 1% | - |
| XYZ | 43.79 | 20.92 | 96.34 | - |
| YUV | 103.58 | 213.46 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 255 | 0.19 | 0.91 | 0 | 0 | 287.38 | 1 | 0.54 |
| Hex | CE | 16 | FF | 13 | 5B | 0 | 0 | 11F | 64 | 36 |
| Octal | 316 | 26 | 377 | 23 | 133 | 0 | 0 | 437 | 144 | 66 |
| Binary | 11001110 | 10110 | 11111111 | 10011 | 1011011 | 0 | 0 | 100011111 | 1100100 | 110110 |
Color Harmonies of #CE16FF
Complementary color
Monochromatic Colors of #CE16FF
Black with #CE16FF
Text Example
Text Example
White with #CE16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16FF; }
p { color: rgb(206,22,255); }
H1.HeaderClassName
{
color: #CE16FF;
}
.AnyTagClassName
{
color: #CE16FF;
}
</style>
background-color css
<style>
a { background-color: #CE16FF; }
a { background-color: rgb(206,22,255); }
div.DivClassName
{
background-color: #CE16FF;
}
.BgClassName
{
background-color: #CE16FF;
}
</style>
border-color css
<style>
span { border-color: #CE16FF; }
span { border-color: rgb(206,22,255); }
td.TdClassName
{
border-color: #CE16FF;
}
.TagClassName
{
border-color: #CE16FF;
}
</style>