Shades of Electric Purple #CE1DFF
Tints of Electric Purple #CE1DFF
RGB
CMYK
RGB Variations
Color information
#CE1DFF (or 0xCE1DFF) is known color: Electric Purple. HEX triplet: CE, 1D and FF. RGB value is (206,29,255). Sum of RGB (Red+Green+Blue) = 206+29+255=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE1DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1DFF is #31E200. Grayscale: #6A6A6A. Windows color (decimal): -3269121 or 16719310. OLE color: 16719310.
HSL color Cylindrical-coordinate representation of color #CE1DFF: hue angle of 286.99º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1DFF is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 29 | 255 | - |
| CMYK | 0.19 | 0.89 | 0 | 0 |
| HSL | 286.99º | 1% | 0.56% | - |
| HSV(B) | 286.99º | 0.89% | 1% | - |
| XYZ | 43.94 | 21.22 | 96.39 | - |
| YUV | 107.69 | 211.14 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 255 | 0.19 | 0.89 | 0 | 0 | 286.99 | 1 | 0.56 |
| Hex | CE | 1D | FF | 13 | 59 | 0 | 0 | 11F | 64 | 38 |
| Octal | 316 | 35 | 377 | 23 | 131 | 0 | 0 | 437 | 144 | 70 |
| Binary | 11001110 | 11101 | 11111111 | 10011 | 1011001 | 0 | 0 | 100011111 | 1100100 | 111000 |
Color Harmonies of #CE1DFF
Complementary color
Monochromatic Colors of #CE1DFF
Black with #CE1DFF
Text Example
Text Example
White with #CE1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DFF; }
p { color: rgb(206,29,255); }
H1.HeaderClassName
{
color: #CE1DFF;
}
.AnyTagClassName
{
color: #CE1DFF;
}
</style>
background-color css
<style>
a { background-color: #CE1DFF; }
a { background-color: rgb(206,29,255); }
div.DivClassName
{
background-color: #CE1DFF;
}
.BgClassName
{
background-color: #CE1DFF;
}
</style>
border-color css
<style>
span { border-color: #CE1DFF; }
span { border-color: rgb(206,29,255); }
td.TdClassName
{
border-color: #CE1DFF;
}
.TagClassName
{
border-color: #CE1DFF;
}
</style>