Shades of Electric Purple #CE1FFF
Tints of Electric Purple #CE1FFF
RGB
CMYK
RGB Variations
Color information
#CE1FFF (or 0xCE1FFF) is known color: Electric Purple. HEX triplet: CE, 1F and FF. RGB value is (206,31,255). Sum of RGB (Red+Green+Blue) = 206+31+255=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 31 (12.5% from 255 or 6.30% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE1FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1FFF is #31E000. Grayscale: #6C6C6C. Windows color (decimal): -3268609 or 16719822. OLE color: 16719822.
HSL color Cylindrical-coordinate representation of color #CE1FFF: hue angle of 286.88º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1FFF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 31 | 255 | - |
| CMYK | 0.19 | 0.88 | 0 | 0 |
| HSL | 286.88º | 1% | 0.56% | - |
| HSV(B) | 286.88º | 0.88% | 1% | - |
| XYZ | 43.99 | 21.32 | 96.4 | - |
| YUV | 108.86 | 210.48 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 255 | 0.19 | 0.88 | 0 | 0 | 286.88 | 1 | 0.56 |
| Hex | CE | 1F | FF | 13 | 58 | 0 | 0 | 11F | 64 | 38 |
| Octal | 316 | 37 | 377 | 23 | 130 | 0 | 0 | 437 | 144 | 70 |
| Binary | 11001110 | 11111 | 11111111 | 10011 | 1011000 | 0 | 0 | 100011111 | 1100100 | 111000 |
Color Harmonies of #CE1FFF
Complementary color
Monochromatic Colors of #CE1FFF
Black with #CE1FFF
Text Example
Text Example
White with #CE1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FFF; }
p { color: rgb(206,31,255); }
H1.HeaderClassName
{
color: #CE1FFF;
}
.AnyTagClassName
{
color: #CE1FFF;
}
</style>
background-color css
<style>
a { background-color: #CE1FFF; }
a { background-color: rgb(206,31,255); }
div.DivClassName
{
background-color: #CE1FFF;
}
.BgClassName
{
background-color: #CE1FFF;
}
</style>
border-color css
<style>
span { border-color: #CE1FFF; }
span { border-color: rgb(206,31,255); }
td.TdClassName
{
border-color: #CE1FFF;
}
.TagClassName
{
border-color: #CE1FFF;
}
</style>