Shades of Electric Purple #CE12FD
Tints of Electric Purple #CE12FD
RGB
CMYK
RGB Variations
Color information
#CE12FD (or 0xCE12FD) is known color: Electric Purple. HEX triplet: CE, 12 and FD. RGB value is (206,18,253). Sum of RGB (Red+Green+Blue) = 206+18+253=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE12FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE12FD is #31ED02. Grayscale: #646464. Windows color (decimal): -3271939 or 16585422. OLE color: 16585422.
HSL color Cylindrical-coordinate representation of color #CE12FD: hue angle of 288º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE12FD is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 18 | 253 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.01 |
| HSL | 288º | 0.98% | 0.53% | - |
| HSV(B) | 288º | 0.93% | 0.99% | - |
| XYZ | 43.4 | 20.65 | 94.63 | - |
| YUV | 101 | 213.78 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 253 | 0.19 | 0.93 | 0 | 0.01 | 288 | 0.98 | 0.53 |
| Hex | CE | 12 | FD | 13 | 5D | 0 | 1 | 120 | 62 | 35 |
| Octal | 316 | 22 | 375 | 23 | 135 | 0 | 1 | 440 | 142 | 65 |
| Binary | 11001110 | 10010 | 11111101 | 10011 | 1011101 | 0 | 1 | 100100000 | 1100010 | 110101 |
Color Harmonies of #CE12FD
Complementary color
Monochromatic Colors of #CE12FD
Black with #CE12FD
Text Example
Text Example
White with #CE12FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12FD; }
p { color: rgb(206,18,253); }
H1.HeaderClassName
{
color: #CE12FD;
}
.AnyTagClassName
{
color: #CE12FD;
}
</style>
background-color css
<style>
a { background-color: #CE12FD; }
a { background-color: rgb(206,18,253); }
div.DivClassName
{
background-color: #CE12FD;
}
.BgClassName
{
background-color: #CE12FD;
}
</style>
border-color css
<style>
span { border-color: #CE12FD; }
span { border-color: rgb(206,18,253); }
td.TdClassName
{
border-color: #CE12FD;
}
.TagClassName
{
border-color: #CE12FD;
}
</style>