Shades of Electric Purple #CE25F7
Tints of Electric Purple #CE25F7
RGB
CMYK
RGB Variations
Color information
#CE25F7 (or 0xCE25F7) is known color: Electric Purple. HEX triplet: CE, 25 and F7. RGB value is (206,37,247). Sum of RGB (Red+Green+Blue) = 206+37+247=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE25F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25F7 is #31DA08. Grayscale: #6E6E6E. Windows color (decimal): -3267081 or 16197070. OLE color: 16197070.
HSL color Cylindrical-coordinate representation of color #CE25F7: hue angle of 288.29º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE25F7 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 37 | 247 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.03 |
| HSL | 288.29º | 0.93% | 0.56% | - |
| HSV(B) | 288.29º | 0.85% | 0.97% | - |
| XYZ | 42.9 | 21.16 | 89.82 | - |
| YUV | 111.47 | 204.49 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 247 | 0.17 | 0.85 | 0 | 0.03 | 288.29 | 0.93 | 0.56 |
| Hex | CE | 25 | F7 | 11 | 55 | 0 | 3 | 120 | 5D | 38 |
| Octal | 316 | 45 | 367 | 21 | 125 | 0 | 3 | 440 | 135 | 70 |
| Binary | 11001110 | 100101 | 11110111 | 10001 | 1010101 | 0 | 11 | 100100000 | 1011101 | 111000 |
Color Harmonies of #CE25F7
Complementary color
Monochromatic Colors of #CE25F7
Black with #CE25F7
Text Example
Text Example
White with #CE25F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25F7; }
p { color: rgb(206,37,247); }
H1.HeaderClassName
{
color: #CE25F7;
}
.AnyTagClassName
{
color: #CE25F7;
}
</style>
background-color css
<style>
a { background-color: #CE25F7; }
a { background-color: rgb(206,37,247); }
div.DivClassName
{
background-color: #CE25F7;
}
.BgClassName
{
background-color: #CE25F7;
}
</style>
border-color css
<style>
span { border-color: #CE25F7; }
span { border-color: rgb(206,37,247); }
td.TdClassName
{
border-color: #CE25F7;
}
.TagClassName
{
border-color: #CE25F7;
}
</style>