Shades of Electric Purple #CE0BFE
Tints of Electric Purple #CE0BFE
RGB
CMYK
RGB Variations
Color information
#CE0BFE (or 0xCE0BFE) is known color: Electric Purple. HEX triplet: CE, 0B and FE. RGB value is (206,11,254). Sum of RGB (Red+Green+Blue) = 206+11+254=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE0BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0BFE is #31F401. Grayscale: #606060. Windows color (decimal): -3273730 or 16649166. OLE color: 16649166.
HSL color Cylindrical-coordinate representation of color #CE0BFE: hue angle of 288.15º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0BFE is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 11 | 254 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.00 |
| HSL | 288.15º | 0.99% | 0.52% | - |
| HSV(B) | 288.15º | 0.96% | 1% | - |
| XYZ | 43.46 | 20.52 | 95.44 | - |
| YUV | 97.01 | 216.6 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 254 | 0.19 | 0.96 | 0 | 0.00 | 288.15 | 0.99 | 0.52 |
| Hex | CE | B | FE | 13 | 60 | 0 | 0 | 120 | 63 | 34 |
| Octal | 316 | 13 | 376 | 23 | 140 | 0 | 0 | 440 | 143 | 64 |
| Binary | 11001110 | 1011 | 11111110 | 10011 | 1100000 | 0 | 0 | 100100000 | 1100011 | 110100 |
Color Harmonies of #CE0BFE
Complementary color
Monochromatic Colors of #CE0BFE
Black with #CE0BFE
Text Example
Text Example
White with #CE0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BFE; }
p { color: rgb(206,11,254); }
H1.HeaderClassName
{
color: #CE0BFE;
}
.AnyTagClassName
{
color: #CE0BFE;
}
</style>
background-color css
<style>
a { background-color: #CE0BFE; }
a { background-color: rgb(206,11,254); }
div.DivClassName
{
background-color: #CE0BFE;
}
.BgClassName
{
background-color: #CE0BFE;
}
</style>
border-color css
<style>
span { border-color: #CE0BFE; }
span { border-color: rgb(206,11,254); }
td.TdClassName
{
border-color: #CE0BFE;
}
.TagClassName
{
border-color: #CE0BFE;
}
</style>