Shades of Electric Purple #CE1AFE
Tints of Electric Purple #CE1AFE
RGB
CMYK
RGB Variations
Color information
#CE1AFE (or 0xCE1AFE) is known color: Electric Purple. HEX triplet: CE, 1A and FE. RGB value is (206,26,254). Sum of RGB (Red+Green+Blue) = 206+26+254=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE1AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1AFE is #31E501. Grayscale: #696969. Windows color (decimal): -3269890 or 16653006. OLE color: 16653006.
HSL color Cylindrical-coordinate representation of color #CE1AFE: hue angle of 287.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1AFE is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 26 | 254 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.00 |
| HSL | 287.37º | 0.99% | 0.55% | - |
| HSV(B) | 287.37º | 0.9% | 1% | - |
| XYZ | 43.71 | 21.02 | 95.52 | - |
| YUV | 105.81 | 211.63 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 254 | 0.19 | 0.90 | 0 | 0.00 | 287.37 | 0.99 | 0.55 |
| Hex | CE | 1A | FE | 13 | 5A | 0 | 0 | 11F | 63 | 37 |
| Octal | 316 | 32 | 376 | 23 | 132 | 0 | 0 | 437 | 143 | 67 |
| Binary | 11001110 | 11010 | 11111110 | 10011 | 1011010 | 0 | 0 | 100011111 | 1100011 | 110111 |
Color Harmonies of #CE1AFE
Complementary color
Monochromatic Colors of #CE1AFE
Black with #CE1AFE
Text Example
Text Example
White with #CE1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AFE; }
p { color: rgb(206,26,254); }
H1.HeaderClassName
{
color: #CE1AFE;
}
.AnyTagClassName
{
color: #CE1AFE;
}
</style>
background-color css
<style>
a { background-color: #CE1AFE; }
a { background-color: rgb(206,26,254); }
div.DivClassName
{
background-color: #CE1AFE;
}
.BgClassName
{
background-color: #CE1AFE;
}
</style>
border-color css
<style>
span { border-color: #CE1AFE; }
span { border-color: rgb(206,26,254); }
td.TdClassName
{
border-color: #CE1AFE;
}
.TagClassName
{
border-color: #CE1AFE;
}
</style>