Shades of Electric Purple #CE17FD
Tints of Electric Purple #CE17FD
RGB
CMYK
RGB Variations
Color information
#CE17FD (or 0xCE17FD) is known color: Electric Purple. HEX triplet: CE, 17 and FD. RGB value is (206,23,253). Sum of RGB (Red+Green+Blue) = 206+23+253=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE17FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE17FD is #31E802. Grayscale: #676767. Windows color (decimal): -3270659 or 16586702. OLE color: 16586702.
HSL color Cylindrical-coordinate representation of color #CE17FD: hue angle of 287.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE17FD is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 23 | 253 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.01 |
| HSL | 287.74º | 0.98% | 0.54% | - |
| HSV(B) | 287.74º | 0.91% | 0.99% | - |
| XYZ | 43.49 | 20.83 | 94.66 | - |
| YUV | 103.94 | 212.13 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 253 | 0.19 | 0.91 | 0 | 0.01 | 287.74 | 0.98 | 0.54 |
| Hex | CE | 17 | FD | 13 | 5B | 0 | 1 | 120 | 62 | 36 |
| Octal | 316 | 27 | 375 | 23 | 133 | 0 | 1 | 440 | 142 | 66 |
| Binary | 11001110 | 10111 | 11111101 | 10011 | 1011011 | 0 | 1 | 100100000 | 1100010 | 110110 |
Color Harmonies of #CE17FD
Complementary color
Monochromatic Colors of #CE17FD
Black with #CE17FD
Text Example
Text Example
White with #CE17FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17FD; }
p { color: rgb(206,23,253); }
H1.HeaderClassName
{
color: #CE17FD;
}
.AnyTagClassName
{
color: #CE17FD;
}
</style>
background-color css
<style>
a { background-color: #CE17FD; }
a { background-color: rgb(206,23,253); }
div.DivClassName
{
background-color: #CE17FD;
}
.BgClassName
{
background-color: #CE17FD;
}
</style>
border-color css
<style>
span { border-color: #CE17FD; }
span { border-color: rgb(206,23,253); }
td.TdClassName
{
border-color: #CE17FD;
}
.TagClassName
{
border-color: #CE17FD;
}
</style>