Shades of Electric Purple #CE26FF
Tints of Electric Purple #CE26FF
RGB
CMYK
RGB Variations
Color information
#CE26FF (or 0xCE26FF) is known color: Electric Purple. HEX triplet: CE, 26 and FF. RGB value is (206,38,255). Sum of RGB (Red+Green+Blue) = 206+38+255=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 38 (15.23% from 255 or 7.62% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE26FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE26FF is #31D900. Grayscale: #707070. Windows color (decimal): -3266817 or 16721614. OLE color: 16721614.
HSL color Cylindrical-coordinate representation of color #CE26FF: hue angle of 286.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE26FF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 38 | 255 | - |
| CMYK | 0.19 | 0.85 | 0 | 0 |
| HSL | 286.45º | 1% | 0.57% | - |
| HSV(B) | 286.45º | 0.85% | 1% | - |
| XYZ | 44.2 | 21.73 | 96.47 | - |
| YUV | 112.97 | 208.16 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 255 | 0.19 | 0.85 | 0 | 0 | 286.45 | 1 | 0.57 |
| Hex | CE | 26 | FF | 13 | 55 | 0 | 0 | 11E | 64 | 39 |
| Octal | 316 | 46 | 377 | 23 | 125 | 0 | 0 | 436 | 144 | 71 |
| Binary | 11001110 | 100110 | 11111111 | 10011 | 1010101 | 0 | 0 | 100011110 | 1100100 | 111001 |
Color Harmonies of #CE26FF
Complementary color
Monochromatic Colors of #CE26FF
Black with #CE26FF
Text Example
Text Example
White with #CE26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26FF; }
p { color: rgb(206,38,255); }
H1.HeaderClassName
{
color: #CE26FF;
}
.AnyTagClassName
{
color: #CE26FF;
}
</style>
background-color css
<style>
a { background-color: #CE26FF; }
a { background-color: rgb(206,38,255); }
div.DivClassName
{
background-color: #CE26FF;
}
.BgClassName
{
background-color: #CE26FF;
}
</style>
border-color css
<style>
span { border-color: #CE26FF; }
span { border-color: rgb(206,38,255); }
td.TdClassName
{
border-color: #CE26FF;
}
.TagClassName
{
border-color: #CE26FF;
}
</style>