Shades of Electric Purple #CE1DFB
Tints of Electric Purple #CE1DFB
RGB
CMYK
RGB Variations
Color information
#CE1DFB (or 0xCE1DFB) is known color: Electric Purple. HEX triplet: CE, 1D and FB. RGB value is (206,29,251). Sum of RGB (Red+Green+Blue) = 206+29+251=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE1DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1DFB is #31E204. Grayscale: #6A6A6A. Windows color (decimal): -3269125 or 16457166. OLE color: 16457166.
HSL color Cylindrical-coordinate representation of color #CE1DFB: hue angle of 287.84º 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 #CE1DFB is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 29 | 251 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.02 |
| HSL | 287.84º | 0.97% | 0.55% | - |
| HSV(B) | 287.84º | 0.88% | 0.98% | - |
| XYZ | 43.31 | 20.97 | 93.03 | - |
| YUV | 107.23 | 209.14 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 251 | 0.18 | 0.88 | 0 | 0.02 | 287.84 | 0.97 | 0.55 |
| Hex | CE | 1D | FB | 12 | 58 | 0 | 2 | 120 | 61 | 37 |
| Octal | 316 | 35 | 373 | 22 | 130 | 0 | 2 | 440 | 141 | 67 |
| Binary | 11001110 | 11101 | 11111011 | 10010 | 1011000 | 0 | 10 | 100100000 | 1100001 | 110111 |
Color Harmonies of #CE1DFB
Complementary color
Monochromatic Colors of #CE1DFB
Black with #CE1DFB
Text Example
Text Example
White with #CE1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DFB; }
p { color: rgb(206,29,251); }
H1.HeaderClassName
{
color: #CE1DFB;
}
.AnyTagClassName
{
color: #CE1DFB;
}
</style>
background-color css
<style>
a { background-color: #CE1DFB; }
a { background-color: rgb(206,29,251); }
div.DivClassName
{
background-color: #CE1DFB;
}
.BgClassName
{
background-color: #CE1DFB;
}
</style>
border-color css
<style>
span { border-color: #CE1DFB; }
span { border-color: rgb(206,29,251); }
td.TdClassName
{
border-color: #CE1DFB;
}
.TagClassName
{
border-color: #CE1DFB;
}
</style>