Shades of Electric Purple #CE36FF
Tints of Electric Purple #CE36FF
RGB
CMYK
RGB Variations
Color information
#CE36FF (or 0xCE36FF) is known color: Electric Purple. HEX triplet: CE, 36 and FF. RGB value is (206,54,255). Sum of RGB (Red+Green+Blue) = 206+54+255=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 54 (21.48% from 255 or 10.49% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36FF is #31C900. Grayscale: #797979. Windows color (decimal): -3262721 or 16725710. OLE color: 16725710.
HSL color Cylindrical-coordinate representation of color #CE36FF: hue angle of 285.37º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE36FF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 54 | 255 | - |
| CMYK | 0.19 | 0.79 | 0 | 0 |
| HSL | 285.37º | 1% | 0.61% | - |
| HSV(B) | 285.37º | 0.79% | 1% | - |
| XYZ | 44.82 | 22.98 | 96.68 | - |
| YUV | 122.36 | 202.86 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 255 | 0.19 | 0.79 | 0 | 0 | 285.37 | 1 | 0.61 |
| Hex | CE | 36 | FF | 13 | 4F | 0 | 0 | 11D | 64 | 3D |
| Octal | 316 | 66 | 377 | 23 | 117 | 0 | 0 | 435 | 144 | 75 |
| Binary | 11001110 | 110110 | 11111111 | 10011 | 1001111 | 0 | 0 | 100011101 | 1100100 | 111101 |
Color Harmonies of #CE36FF
Complementary color
Monochromatic Colors of #CE36FF
Black with #CE36FF
Text Example
Text Example
White with #CE36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36FF; }
p { color: rgb(206,54,255); }
H1.HeaderClassName
{
color: #CE36FF;
}
.AnyTagClassName
{
color: #CE36FF;
}
</style>
background-color css
<style>
a { background-color: #CE36FF; }
a { background-color: rgb(206,54,255); }
div.DivClassName
{
background-color: #CE36FF;
}
.BgClassName
{
background-color: #CE36FF;
}
</style>
border-color css
<style>
span { border-color: #CE36FF; }
span { border-color: rgb(206,54,255); }
td.TdClassName
{
border-color: #CE36FF;
}
.TagClassName
{
border-color: #CE36FF;
}
</style>