Shades of Electric Purple #CE08FE
Tints of Electric Purple #CE08FE
RGB
CMYK
RGB Variations
Color information
#CE08FE (or 0xCE08FE) is known color: Electric Purple. HEX triplet: CE, 08 and FE. RGB value is (206,8,254). Sum of RGB (Red+Green+Blue) = 206+8+254=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 8 (3.52% from 255 or 1.71% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE08FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE08FE is #31F701. Grayscale: #5E5E5E. Windows color (decimal): -3274498 or 16648398. OLE color: 16648398.
HSL color Cylindrical-coordinate representation of color #CE08FE: hue angle of 288.29º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE08FE is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 8 | 254 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.00 |
| HSL | 288.29º | 0.99% | 0.51% | - |
| HSV(B) | 288.29º | 0.97% | 1% | - |
| XYZ | 43.43 | 20.45 | 95.42 | - |
| YUV | 95.25 | 217.6 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 254 | 0.19 | 0.97 | 0 | 0.00 | 288.29 | 0.99 | 0.51 |
| Hex | CE | 8 | FE | 13 | 61 | 0 | 0 | 120 | 63 | 33 |
| Octal | 316 | 10 | 376 | 23 | 141 | 0 | 0 | 440 | 143 | 63 |
| Binary | 11001110 | 1000 | 11111110 | 10011 | 1100001 | 0 | 0 | 100100000 | 1100011 | 110011 |
Color Harmonies of #CE08FE
Complementary color
Monochromatic Colors of #CE08FE
Black with #CE08FE
Text Example
Text Example
White with #CE08FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE08FE; }
p { color: rgb(206,8,254); }
H1.HeaderClassName
{
color: #CE08FE;
}
.AnyTagClassName
{
color: #CE08FE;
}
</style>
background-color css
<style>
a { background-color: #CE08FE; }
a { background-color: rgb(206,8,254); }
div.DivClassName
{
background-color: #CE08FE;
}
.BgClassName
{
background-color: #CE08FE;
}
</style>
border-color css
<style>
span { border-color: #CE08FE; }
span { border-color: rgb(206,8,254); }
td.TdClassName
{
border-color: #CE08FE;
}
.TagClassName
{
border-color: #CE08FE;
}
</style>