Shades of Electric Purple #CE1EFB
Tints of Electric Purple #CE1EFB
RGB
CMYK
RGB Variations
Color information
#CE1EFB (or 0xCE1EFB) is known color: Electric Purple. HEX triplet: CE, 1E and FB. RGB value is (206,30,251). Sum of RGB (Red+Green+Blue) = 206+30+251=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE1EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1EFB is #31E104. Grayscale: #6B6B6B. Windows color (decimal): -3268869 or 16457422. OLE color: 16457422.
HSL color Cylindrical-coordinate representation of color #CE1EFB: hue angle of 287.78º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1EFB is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 30 | 251 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.02 |
| HSL | 287.78º | 0.97% | 0.55% | - |
| HSV(B) | 287.78º | 0.88% | 0.98% | - |
| XYZ | 43.33 | 21.02 | 93.04 | - |
| YUV | 107.82 | 208.81 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 251 | 0.18 | 0.88 | 0 | 0.02 | 287.78 | 0.97 | 0.55 |
| Hex | CE | 1E | FB | 12 | 58 | 0 | 2 | 120 | 61 | 37 |
| Octal | 316 | 36 | 373 | 22 | 130 | 0 | 2 | 440 | 141 | 67 |
| Binary | 11001110 | 11110 | 11111011 | 10010 | 1011000 | 0 | 10 | 100100000 | 1100001 | 110111 |
Color Harmonies of #CE1EFB
Complementary color
Monochromatic Colors of #CE1EFB
Black with #CE1EFB
Text Example
Text Example
White with #CE1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EFB; }
p { color: rgb(206,30,251); }
H1.HeaderClassName
{
color: #CE1EFB;
}
.AnyTagClassName
{
color: #CE1EFB;
}
</style>
background-color css
<style>
a { background-color: #CE1EFB; }
a { background-color: rgb(206,30,251); }
div.DivClassName
{
background-color: #CE1EFB;
}
.BgClassName
{
background-color: #CE1EFB;
}
</style>
border-color css
<style>
span { border-color: #CE1EFB; }
span { border-color: rgb(206,30,251); }
td.TdClassName
{
border-color: #CE1EFB;
}
.TagClassName
{
border-color: #CE1EFB;
}
</style>