Shades of Electric Purple #CE1EFF
Tints of Electric Purple #CE1EFF
RGB
CMYK
RGB Variations
Color information
#CE1EFF (or 0xCE1EFF) is known color: Electric Purple. HEX triplet: CE, 1E and FF. RGB value is (206,30,255). Sum of RGB (Red+Green+Blue) = 206+30+255=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE1EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1EFF is #31E100. Grayscale: #6B6B6B. Windows color (decimal): -3268865 or 16719566. OLE color: 16719566.
HSL color Cylindrical-coordinate representation of color #CE1EFF: hue angle of 286.93º 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 #CE1EFF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 30 | 255 | - |
| CMYK | 0.19 | 0.88 | 0 | 0 |
| HSL | 286.93º | 1% | 0.56% | - |
| HSV(B) | 286.93º | 0.88% | 1% | - |
| XYZ | 43.97 | 21.27 | 96.4 | - |
| YUV | 108.27 | 210.81 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 255 | 0.19 | 0.88 | 0 | 0 | 286.93 | 1 | 0.56 |
| Hex | CE | 1E | FF | 13 | 58 | 0 | 0 | 11F | 64 | 38 |
| Octal | 316 | 36 | 377 | 23 | 130 | 0 | 0 | 437 | 144 | 70 |
| Binary | 11001110 | 11110 | 11111111 | 10011 | 1011000 | 0 | 0 | 100011111 | 1100100 | 111000 |
Color Harmonies of #CE1EFF
Complementary color
Monochromatic Colors of #CE1EFF
Black with #CE1EFF
Text Example
Text Example
White with #CE1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EFF; }
p { color: rgb(206,30,255); }
H1.HeaderClassName
{
color: #CE1EFF;
}
.AnyTagClassName
{
color: #CE1EFF;
}
</style>
background-color css
<style>
a { background-color: #CE1EFF; }
a { background-color: rgb(206,30,255); }
div.DivClassName
{
background-color: #CE1EFF;
}
.BgClassName
{
background-color: #CE1EFF;
}
</style>
border-color css
<style>
span { border-color: #CE1EFF; }
span { border-color: rgb(206,30,255); }
td.TdClassName
{
border-color: #CE1EFF;
}
.TagClassName
{
border-color: #CE1EFF;
}
</style>