Shades of Electric Purple #CE2DF8
Tints of Electric Purple #CE2DF8
RGB
CMYK
RGB Variations
Color information
#CE2DF8 (or 0xCE2DF8) is known color: Electric Purple. HEX triplet: CE, 2D and F8. RGB value is (206,45,248). Sum of RGB (Red+Green+Blue) = 206+45+248=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 45 (17.97% from 255 or 9.02% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE2DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2DF8 is #31D207. Grayscale: #737373. Windows color (decimal): -3265032 or 16264654. OLE color: 16264654.
HSL color Cylindrical-coordinate representation of color #CE2DF8: hue angle of 287.59º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2DF8 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 45 | 248 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.03 |
| HSL | 287.59º | 0.94% | 0.57% | - |
| HSV(B) | 287.59º | 0.82% | 0.97% | - |
| XYZ | 43.34 | 21.78 | 90.73 | - |
| YUV | 116.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 248 | 0.17 | 0.82 | 0 | 0.03 | 287.59 | 0.94 | 0.57 |
| Hex | CE | 2D | F8 | 11 | 52 | 0 | 3 | 120 | 5E | 39 |
| Octal | 316 | 55 | 370 | 21 | 122 | 0 | 3 | 440 | 136 | 71 |
| Binary | 11001110 | 101101 | 11111000 | 10001 | 1010010 | 0 | 11 | 100100000 | 1011110 | 111001 |
Color Harmonies of #CE2DF8
Complementary color
Monochromatic Colors of #CE2DF8
Black with #CE2DF8
Text Example
Text Example
White with #CE2DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DF8; }
p { color: rgb(206,45,248); }
H1.HeaderClassName
{
color: #CE2DF8;
}
.AnyTagClassName
{
color: #CE2DF8;
}
</style>
background-color css
<style>
a { background-color: #CE2DF8; }
a { background-color: rgb(206,45,248); }
div.DivClassName
{
background-color: #CE2DF8;
}
.BgClassName
{
background-color: #CE2DF8;
}
</style>
border-color css
<style>
span { border-color: #CE2DF8; }
span { border-color: rgb(206,45,248); }
td.TdClassName
{
border-color: #CE2DF8;
}
.TagClassName
{
border-color: #CE2DF8;
}
</style>