Shades of Electric Purple #CE25FE
Tints of Electric Purple #CE25FE
RGB
CMYK
RGB Variations
Color information
#CE25FE (or 0xCE25FE) is known color: Electric Purple. HEX triplet: CE, 25 and FE. RGB value is (206,37,254). Sum of RGB (Red+Green+Blue) = 206+37+254=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE25FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25FE is #31DA01. Grayscale: #6F6F6F. Windows color (decimal): -3267074 or 16655822. OLE color: 16655822.
HSL color Cylindrical-coordinate representation of color #CE25FE: hue angle of 286.73º 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 #CE25FE is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 37 | 254 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.00 |
| HSL | 286.73º | 0.99% | 0.57% | - |
| HSV(B) | 286.73º | 0.85% | 1% | - |
| XYZ | 44 | 21.6 | 95.62 | - |
| YUV | 112.27 | 207.99 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 254 | 0.19 | 0.85 | 0 | 0.00 | 286.73 | 0.99 | 0.57 |
| Hex | CE | 25 | FE | 13 | 55 | 0 | 0 | 11F | 63 | 39 |
| Octal | 316 | 45 | 376 | 23 | 125 | 0 | 0 | 437 | 143 | 71 |
| Binary | 11001110 | 100101 | 11111110 | 10011 | 1010101 | 0 | 0 | 100011111 | 1100011 | 111001 |
Color Harmonies of #CE25FE
Complementary color
Monochromatic Colors of #CE25FE
Black with #CE25FE
Text Example
Text Example
White with #CE25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25FE; }
p { color: rgb(206,37,254); }
H1.HeaderClassName
{
color: #CE25FE;
}
.AnyTagClassName
{
color: #CE25FE;
}
</style>
background-color css
<style>
a { background-color: #CE25FE; }
a { background-color: rgb(206,37,254); }
div.DivClassName
{
background-color: #CE25FE;
}
.BgClassName
{
background-color: #CE25FE;
}
</style>
border-color css
<style>
span { border-color: #CE25FE; }
span { border-color: rgb(206,37,254); }
td.TdClassName
{
border-color: #CE25FE;
}
.TagClassName
{
border-color: #CE25FE;
}
</style>