Shades of Electric Purple #CE2DFD
Tints of Electric Purple #CE2DFD
RGB
CMYK
RGB Variations
Color information
#CE2DFD (or 0xCE2DFD) is known color: Electric Purple. HEX triplet: CE, 2D and FD. RGB value is (206,45,253). Sum of RGB (Red+Green+Blue) = 206+45+253=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE2DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2DFD is #31D202. Grayscale: #747474. Windows color (decimal): -3265027 or 16592334. OLE color: 16592334.
HSL color Cylindrical-coordinate representation of color #CE2DFD: hue angle of 286.44º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2DFD is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 45 | 253 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.01 |
| HSL | 286.44º | 0.98% | 0.58% | - |
| HSV(B) | 286.44º | 0.82% | 0.99% | - |
| XYZ | 44.12 | 22.09 | 94.87 | - |
| YUV | 116.85 | 204.84 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 253 | 0.19 | 0.82 | 0 | 0.01 | 286.44 | 0.98 | 0.58 |
| Hex | CE | 2D | FD | 13 | 52 | 0 | 1 | 11E | 62 | 3A |
| Octal | 316 | 55 | 375 | 23 | 122 | 0 | 1 | 436 | 142 | 72 |
| Binary | 11001110 | 101101 | 11111101 | 10011 | 1010010 | 0 | 1 | 100011110 | 1100010 | 111010 |
Color Harmonies of #CE2DFD
Complementary color
Monochromatic Colors of #CE2DFD
Black with #CE2DFD
Text Example
Text Example
White with #CE2DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DFD; }
p { color: rgb(206,45,253); }
H1.HeaderClassName
{
color: #CE2DFD;
}
.AnyTagClassName
{
color: #CE2DFD;
}
</style>
background-color css
<style>
a { background-color: #CE2DFD; }
a { background-color: rgb(206,45,253); }
div.DivClassName
{
background-color: #CE2DFD;
}
.BgClassName
{
background-color: #CE2DFD;
}
</style>
border-color css
<style>
span { border-color: #CE2DFD; }
span { border-color: rgb(206,45,253); }
td.TdClassName
{
border-color: #CE2DFD;
}
.TagClassName
{
border-color: #CE2DFD;
}
</style>