Shades of Electric Purple #CE1CFE
Tints of Electric Purple #CE1CFE
RGB
CMYK
RGB Variations
Color information
#CE1CFE (or 0xCE1CFE) is known color: Electric Purple. HEX triplet: CE, 1C and FE. RGB value is (206,28,254). Sum of RGB (Red+Green+Blue) = 206+28+254=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 28 (11.33% from 255 or 5.74% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE1CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1CFE is #31E301. Grayscale: #6A6A6A. Windows color (decimal): -3269378 or 16653518. OLE color: 16653518.
HSL color Cylindrical-coordinate representation of color #CE1CFE: hue angle of 287.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1CFE is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 28 | 254 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.00 |
| HSL | 287.26º | 0.99% | 0.55% | - |
| HSV(B) | 287.26º | 0.89% | 1% | - |
| XYZ | 43.76 | 21.11 | 95.53 | - |
| YUV | 106.99 | 210.97 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 254 | 0.19 | 0.89 | 0 | 0.00 | 287.26 | 0.99 | 0.55 |
| Hex | CE | 1C | FE | 13 | 59 | 0 | 0 | 11F | 63 | 37 |
| Octal | 316 | 34 | 376 | 23 | 131 | 0 | 0 | 437 | 143 | 67 |
| Binary | 11001110 | 11100 | 11111110 | 10011 | 1011001 | 0 | 0 | 100011111 | 1100011 | 110111 |
Color Harmonies of #CE1CFE
Complementary color
Monochromatic Colors of #CE1CFE
Black with #CE1CFE
Text Example
Text Example
White with #CE1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CFE; }
p { color: rgb(206,28,254); }
H1.HeaderClassName
{
color: #CE1CFE;
}
.AnyTagClassName
{
color: #CE1CFE;
}
</style>
background-color css
<style>
a { background-color: #CE1CFE; }
a { background-color: rgb(206,28,254); }
div.DivClassName
{
background-color: #CE1CFE;
}
.BgClassName
{
background-color: #CE1CFE;
}
</style>
border-color css
<style>
span { border-color: #CE1CFE; }
span { border-color: rgb(206,28,254); }
td.TdClassName
{
border-color: #CE1CFE;
}
.TagClassName
{
border-color: #CE1CFE;
}
</style>