Shades of Electric Purple #CE27FD
Tints of Electric Purple #CE27FD
RGB
CMYK
RGB Variations
Color information
#CE27FD (or 0xCE27FD) is known color: Electric Purple. HEX triplet: CE, 27 and FD. RGB value is (206,39,253). Sum of RGB (Red+Green+Blue) = 206+39+253=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE27FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE27FD is #31D802. Grayscale: #707070. Windows color (decimal): -3266563 or 16590798. OLE color: 16590798.
HSL color Cylindrical-coordinate representation of color #CE27FD: hue angle of 286.82º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE27FD is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 39 | 253 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.01 |
| HSL | 286.82º | 0.98% | 0.57% | - |
| HSV(B) | 286.82º | 0.85% | 0.99% | - |
| XYZ | 43.91 | 21.66 | 94.8 | - |
| YUV | 113.33 | 206.83 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 253 | 0.19 | 0.85 | 0 | 0.01 | 286.82 | 0.98 | 0.57 |
| Hex | CE | 27 | FD | 13 | 55 | 0 | 1 | 11F | 62 | 39 |
| Octal | 316 | 47 | 375 | 23 | 125 | 0 | 1 | 437 | 142 | 71 |
| Binary | 11001110 | 100111 | 11111101 | 10011 | 1010101 | 0 | 1 | 100011111 | 1100010 | 111001 |
Color Harmonies of #CE27FD
Complementary color
Monochromatic Colors of #CE27FD
Black with #CE27FD
Text Example
Text Example
White with #CE27FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE27FD; }
p { color: rgb(206,39,253); }
H1.HeaderClassName
{
color: #CE27FD;
}
.AnyTagClassName
{
color: #CE27FD;
}
</style>
background-color css
<style>
a { background-color: #CE27FD; }
a { background-color: rgb(206,39,253); }
div.DivClassName
{
background-color: #CE27FD;
}
.BgClassName
{
background-color: #CE27FD;
}
</style>
border-color css
<style>
span { border-color: #CE27FD; }
span { border-color: rgb(206,39,253); }
td.TdClassName
{
border-color: #CE27FD;
}
.TagClassName
{
border-color: #CE27FD;
}
</style>