Shades of Electric Purple #CE2DFB
Tints of Electric Purple #CE2DFB
RGB
CMYK
RGB Variations
Color information
#CE2DFB (or 0xCE2DFB) is known color: Electric Purple. HEX triplet: CE, 2D and FB. RGB value is (206,45,251). Sum of RGB (Red+Green+Blue) = 206+45+251=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 45 (17.97% from 255 or 8.96% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE2DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2DFB is #31D204. Grayscale: #737373. Windows color (decimal): -3265029 or 16461262. OLE color: 16461262.
HSL color Cylindrical-coordinate representation of color #CE2DFB: hue angle of 286.89º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2DFB is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 45 | 251 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.02 |
| HSL | 286.89º | 0.96% | 0.58% | - |
| HSV(B) | 286.89º | 0.82% | 0.98% | - |
| XYZ | 43.8 | 21.96 | 93.2 | - |
| YUV | 116.62 | 203.84 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 251 | 0.18 | 0.82 | 0 | 0.02 | 286.89 | 0.96 | 0.58 |
| Hex | CE | 2D | FB | 12 | 52 | 0 | 2 | 11F | 60 | 3A |
| Octal | 316 | 55 | 373 | 22 | 122 | 0 | 2 | 437 | 140 | 72 |
| Binary | 11001110 | 101101 | 11111011 | 10010 | 1010010 | 0 | 10 | 100011111 | 1100000 | 111010 |
Color Harmonies of #CE2DFB
Complementary color
Monochromatic Colors of #CE2DFB
Black with #CE2DFB
Text Example
Text Example
White with #CE2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DFB; }
p { color: rgb(206,45,251); }
H1.HeaderClassName
{
color: #CE2DFB;
}
.AnyTagClassName
{
color: #CE2DFB;
}
</style>
background-color css
<style>
a { background-color: #CE2DFB; }
a { background-color: rgb(206,45,251); }
div.DivClassName
{
background-color: #CE2DFB;
}
.BgClassName
{
background-color: #CE2DFB;
}
</style>
border-color css
<style>
span { border-color: #CE2DFB; }
span { border-color: rgb(206,45,251); }
td.TdClassName
{
border-color: #CE2DFB;
}
.TagClassName
{
border-color: #CE2DFB;
}
</style>