Shades of Electric Purple #CE0DFF
Tints of Electric Purple #CE0DFF
RGB
CMYK
RGB Variations
Color information
#CE0DFF (or 0xCE0DFF) is known color: Electric Purple. HEX triplet: CE, 0D and FF. RGB value is (206,13,255). Sum of RGB (Red+Green+Blue) = 206+13+255=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE0DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0DFF is #31F200. Grayscale: #616161. Windows color (decimal): -3273217 or 16715214. OLE color: 16715214.
HSL color Cylindrical-coordinate representation of color #CE0DFF: hue angle of 287.85º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0DFF is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 13 | 255 | - |
| CMYK | 0.19 | 0.95 | 0 | 0 |
| HSL | 287.85º | 1% | 0.53% | - |
| HSV(B) | 287.85º | 0.95% | 1% | - |
| XYZ | 43.65 | 20.63 | 96.29 | - |
| YUV | 98.3 | 216.44 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 255 | 0.19 | 0.95 | 0 | 0 | 287.85 | 1 | 0.53 |
| Hex | CE | D | FF | 13 | 5F | 0 | 0 | 120 | 64 | 35 |
| Octal | 316 | 15 | 377 | 23 | 137 | 0 | 0 | 440 | 144 | 65 |
| Binary | 11001110 | 1101 | 11111111 | 10011 | 1011111 | 0 | 0 | 100100000 | 1100100 | 110101 |
Color Harmonies of #CE0DFF
Complementary color
Monochromatic Colors of #CE0DFF
Black with #CE0DFF
Text Example
Text Example
White with #CE0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DFF; }
p { color: rgb(206,13,255); }
H1.HeaderClassName
{
color: #CE0DFF;
}
.AnyTagClassName
{
color: #CE0DFF;
}
</style>
background-color css
<style>
a { background-color: #CE0DFF; }
a { background-color: rgb(206,13,255); }
div.DivClassName
{
background-color: #CE0DFF;
}
.BgClassName
{
background-color: #CE0DFF;
}
</style>
border-color css
<style>
span { border-color: #CE0DFF; }
span { border-color: rgb(206,13,255); }
td.TdClassName
{
border-color: #CE0DFF;
}
.TagClassName
{
border-color: #CE0DFF;
}
</style>