Shades of Electric Purple #CE20F8
Tints of Electric Purple #CE20F8
RGB
CMYK
RGB Variations
Color information
#CE20F8 (or 0xCE20F8) is known color: Electric Purple. HEX triplet: CE, 20 and F8. RGB value is (206,32,248). Sum of RGB (Red+Green+Blue) = 206+32+248=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE20F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE20F8 is #31DF07. Grayscale: #6B6B6B. Windows color (decimal): -3268360 or 16261326. OLE color: 16261326.
HSL color Cylindrical-coordinate representation of color #CE20F8: hue angle of 288.33º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE20F8 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 32 | 248 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.03 |
| HSL | 288.33º | 0.94% | 0.55% | - |
| HSV(B) | 288.33º | 0.87% | 0.97% | - |
| XYZ | 42.91 | 20.93 | 90.59 | - |
| YUV | 108.65 | 206.65 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 248 | 0.17 | 0.87 | 0 | 0.03 | 288.33 | 0.94 | 0.55 |
| Hex | CE | 20 | F8 | 11 | 57 | 0 | 3 | 120 | 5E | 37 |
| Octal | 316 | 40 | 370 | 21 | 127 | 0 | 3 | 440 | 136 | 67 |
| Binary | 11001110 | 100000 | 11111000 | 10001 | 1010111 | 0 | 11 | 100100000 | 1011110 | 110111 |
Color Harmonies of #CE20F8
Complementary color
Monochromatic Colors of #CE20F8
Black with #CE20F8
Text Example
Text Example
White with #CE20F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20F8; }
p { color: rgb(206,32,248); }
H1.HeaderClassName
{
color: #CE20F8;
}
.AnyTagClassName
{
color: #CE20F8;
}
</style>
background-color css
<style>
a { background-color: #CE20F8; }
a { background-color: rgb(206,32,248); }
div.DivClassName
{
background-color: #CE20F8;
}
.BgClassName
{
background-color: #CE20F8;
}
</style>
border-color css
<style>
span { border-color: #CE20F8; }
span { border-color: rgb(206,32,248); }
td.TdClassName
{
border-color: #CE20F8;
}
.TagClassName
{
border-color: #CE20F8;
}
</style>