Shades of Electric Purple #CE1FFD
Tints of Electric Purple #CE1FFD
RGB
CMYK
RGB Variations
Color information
#CE1FFD (or 0xCE1FFD) is known color: Electric Purple. HEX triplet: CE, 1F and FD. RGB value is (206,31,253). Sum of RGB (Red+Green+Blue) = 206+31+253=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE1FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1FFD is #31E002. Grayscale: #6B6B6B. Windows color (decimal): -3268611 or 16588750. OLE color: 16588750.
HSL color Cylindrical-coordinate representation of color #CE1FFD: hue angle of 287.3º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1FFD is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 31 | 253 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.01 |
| HSL | 287.3º | 0.98% | 0.56% | - |
| HSV(B) | 287.3º | 0.88% | 0.99% | - |
| XYZ | 43.67 | 21.19 | 94.72 | - |
| YUV | 108.63 | 209.48 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 253 | 0.19 | 0.88 | 0 | 0.01 | 287.3 | 0.98 | 0.56 |
| Hex | CE | 1F | FD | 13 | 58 | 0 | 1 | 11F | 62 | 38 |
| Octal | 316 | 37 | 375 | 23 | 130 | 0 | 1 | 437 | 142 | 70 |
| Binary | 11001110 | 11111 | 11111101 | 10011 | 1011000 | 0 | 1 | 100011111 | 1100010 | 111000 |
Color Harmonies of #CE1FFD
Complementary color
Monochromatic Colors of #CE1FFD
Black with #CE1FFD
Text Example
Text Example
White with #CE1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FFD; }
p { color: rgb(206,31,253); }
H1.HeaderClassName
{
color: #CE1FFD;
}
.AnyTagClassName
{
color: #CE1FFD;
}
</style>
background-color css
<style>
a { background-color: #CE1FFD; }
a { background-color: rgb(206,31,253); }
div.DivClassName
{
background-color: #CE1FFD;
}
.BgClassName
{
background-color: #CE1FFD;
}
</style>
border-color css
<style>
span { border-color: #CE1FFD; }
span { border-color: rgb(206,31,253); }
td.TdClassName
{
border-color: #CE1FFD;
}
.TagClassName
{
border-color: #CE1FFD;
}
</style>