Shades of Electric Purple #CE2FFF
Tints of Electric Purple #CE2FFF
RGB
CMYK
RGB Variations
Color information
#CE2FFF (or 0xCE2FFF) is known color: Electric Purple. HEX triplet: CE, 2F and FF. RGB value is (206,47,255). Sum of RGB (Red+Green+Blue) = 206+47+255=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 47 (18.75% from 255 or 9.25% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2FFF is #31D000. Grayscale: #757575. Windows color (decimal): -3264513 or 16723918. OLE color: 16723918.
HSL color Cylindrical-coordinate representation of color #CE2FFF: hue angle of 285.87º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2FFF is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 47 | 255 | - |
| CMYK | 0.19 | 0.82 | 0 | 0 |
| HSL | 285.87º | 1% | 0.59% | - |
| HSV(B) | 285.87º | 0.82% | 1% | - |
| XYZ | 44.52 | 22.37 | 96.58 | - |
| YUV | 118.25 | 205.18 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 255 | 0.19 | 0.82 | 0 | 0 | 285.87 | 1 | 0.59 |
| Hex | CE | 2F | FF | 13 | 52 | 0 | 0 | 11E | 64 | 3B |
| Octal | 316 | 57 | 377 | 23 | 122 | 0 | 0 | 436 | 144 | 73 |
| Binary | 11001110 | 101111 | 11111111 | 10011 | 1010010 | 0 | 0 | 100011110 | 1100100 | 111011 |
Color Harmonies of #CE2FFF
Complementary color
Monochromatic Colors of #CE2FFF
Black with #CE2FFF
Text Example
Text Example
White with #CE2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FFF; }
p { color: rgb(206,47,255); }
H1.HeaderClassName
{
color: #CE2FFF;
}
.AnyTagClassName
{
color: #CE2FFF;
}
</style>
background-color css
<style>
a { background-color: #CE2FFF; }
a { background-color: rgb(206,47,255); }
div.DivClassName
{
background-color: #CE2FFF;
}
.BgClassName
{
background-color: #CE2FFF;
}
</style>
border-color css
<style>
span { border-color: #CE2FFF; }
span { border-color: rgb(206,47,255); }
td.TdClassName
{
border-color: #CE2FFF;
}
.TagClassName
{
border-color: #CE2FFF;
}
</style>