Shades of Electric Purple #CE27FF
Tints of Electric Purple #CE27FF
RGB
CMYK
RGB Variations
Color information
#CE27FF (or 0xCE27FF) is known color: Electric Purple. HEX triplet: CE, 27 and FF. RGB value is (206,39,255). Sum of RGB (Red+Green+Blue) = 206+39+255=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 39 (15.62% from 255 or 7.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE27FF is #31D800. Grayscale: #707070. Windows color (decimal): -3266561 or 16721870. OLE color: 16721870.
HSL color Cylindrical-coordinate representation of color #CE27FF: hue angle of 286.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE27FF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 39 | 255 | - |
| CMYK | 0.19 | 0.85 | 0 | 0 |
| HSL | 286.39º | 1% | 0.58% | - |
| HSV(B) | 286.39º | 0.85% | 1% | - |
| XYZ | 44.23 | 21.79 | 96.48 | - |
| YUV | 113.56 | 207.83 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 255 | 0.19 | 0.85 | 0 | 0 | 286.39 | 1 | 0.58 |
| Hex | CE | 27 | FF | 13 | 55 | 0 | 0 | 11E | 64 | 3A |
| Octal | 316 | 47 | 377 | 23 | 125 | 0 | 0 | 436 | 144 | 72 |
| Binary | 11001110 | 100111 | 11111111 | 10011 | 1010101 | 0 | 0 | 100011110 | 1100100 | 111010 |
Color Harmonies of #CE27FF
Complementary color
Monochromatic Colors of #CE27FF
Black with #CE27FF
Text Example
Text Example
White with #CE27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE27FF; }
p { color: rgb(206,39,255); }
H1.HeaderClassName
{
color: #CE27FF;
}
.AnyTagClassName
{
color: #CE27FF;
}
</style>
background-color css
<style>
a { background-color: #CE27FF; }
a { background-color: rgb(206,39,255); }
div.DivClassName
{
background-color: #CE27FF;
}
.BgClassName
{
background-color: #CE27FF;
}
</style>
border-color css
<style>
span { border-color: #CE27FF; }
span { border-color: rgb(206,39,255); }
td.TdClassName
{
border-color: #CE27FF;
}
.TagClassName
{
border-color: #CE27FF;
}
</style>