Shades of Electric Purple #CE35FF
Tints of Electric Purple #CE35FF
RGB
CMYK
RGB Variations
Color information
#CE35FF (or 0xCE35FF) is known color: Electric Purple. HEX triplet: CE, 35 and FF. RGB value is (206,53,255). Sum of RGB (Red+Green+Blue) = 206+53+255=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 53 (21.09% from 255 or 10.31% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE35FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE35FF is #31CA00. Grayscale: #797979. Windows color (decimal): -3262977 or 16725454. OLE color: 16725454.
HSL color Cylindrical-coordinate representation of color #CE35FF: hue angle of 285.45º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE35FF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 53 | 255 | - |
| CMYK | 0.19 | 0.79 | 0 | 0 |
| HSL | 285.45º | 1% | 0.6% | - |
| HSV(B) | 285.45º | 0.79% | 1% | - |
| XYZ | 44.78 | 22.89 | 96.67 | - |
| YUV | 121.78 | 203.19 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 255 | 0.19 | 0.79 | 0 | 0 | 285.45 | 1 | 0.6 |
| Hex | CE | 35 | FF | 13 | 4F | 0 | 0 | 11D | 64 | 3C |
| Octal | 316 | 65 | 377 | 23 | 117 | 0 | 0 | 435 | 144 | 74 |
| Binary | 11001110 | 110101 | 11111111 | 10011 | 1001111 | 0 | 0 | 100011101 | 1100100 | 111100 |
Color Harmonies of #CE35FF
Complementary color
Monochromatic Colors of #CE35FF
Black with #CE35FF
Text Example
Text Example
White with #CE35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35FF; }
p { color: rgb(206,53,255); }
H1.HeaderClassName
{
color: #CE35FF;
}
.AnyTagClassName
{
color: #CE35FF;
}
</style>
background-color css
<style>
a { background-color: #CE35FF; }
a { background-color: rgb(206,53,255); }
div.DivClassName
{
background-color: #CE35FF;
}
.BgClassName
{
background-color: #CE35FF;
}
</style>
border-color css
<style>
span { border-color: #CE35FF; }
span { border-color: rgb(206,53,255); }
td.TdClassName
{
border-color: #CE35FF;
}
.TagClassName
{
border-color: #CE35FF;
}
</style>