Shades of Electric Purple #CE27FE
Tints of Electric Purple #CE27FE
RGB
CMYK
RGB Variations
Color information
#CE27FE (or 0xCE27FE) is known color: Electric Purple. HEX triplet: CE, 27 and FE. RGB value is (206,39,254). Sum of RGB (Red+Green+Blue) = 206+39+254=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE27FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE27FE is #31D801. Grayscale: #707070. Windows color (decimal): -3266562 or 16656334. OLE color: 16656334.
HSL color Cylindrical-coordinate representation of color #CE27FE: hue angle of 286.6º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE27FE is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 39 | 254 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.00 |
| HSL | 286.6º | 0.99% | 0.57% | - |
| HSV(B) | 286.6º | 0.85% | 1% | - |
| XYZ | 44.07 | 21.73 | 95.64 | - |
| YUV | 113.44 | 207.33 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 254 | 0.19 | 0.85 | 0 | 0.00 | 286.6 | 0.99 | 0.57 |
| Hex | CE | 27 | FE | 13 | 55 | 0 | 0 | 11F | 63 | 39 |
| Octal | 316 | 47 | 376 | 23 | 125 | 0 | 0 | 437 | 143 | 71 |
| Binary | 11001110 | 100111 | 11111110 | 10011 | 1010101 | 0 | 0 | 100011111 | 1100011 | 111001 |
Color Harmonies of #CE27FE
Complementary color
Monochromatic Colors of #CE27FE
Black with #CE27FE
Text Example
Text Example
White with #CE27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE27FE; }
p { color: rgb(206,39,254); }
H1.HeaderClassName
{
color: #CE27FE;
}
.AnyTagClassName
{
color: #CE27FE;
}
</style>
background-color css
<style>
a { background-color: #CE27FE; }
a { background-color: rgb(206,39,254); }
div.DivClassName
{
background-color: #CE27FE;
}
.BgClassName
{
background-color: #CE27FE;
}
</style>
border-color css
<style>
span { border-color: #CE27FE; }
span { border-color: rgb(206,39,254); }
td.TdClassName
{
border-color: #CE27FE;
}
.TagClassName
{
border-color: #CE27FE;
}
</style>