Shades of Electric Purple #CE1AFD
Tints of Electric Purple #CE1AFD
RGB
CMYK
RGB Variations
Color information
#CE1AFD (or 0xCE1AFD) is known color: Electric Purple. HEX triplet: CE, 1A and FD. RGB value is (206,26,253). Sum of RGB (Red+Green+Blue) = 206+26+253=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE1AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1AFD is #31E502. Grayscale: #686868. Windows color (decimal): -3269891 or 16587470. OLE color: 16587470.
HSL color Cylindrical-coordinate representation of color #CE1AFD: hue angle of 287.58º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1AFD is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 26 | 253 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.01 |
| HSL | 287.58º | 0.98% | 0.55% | - |
| HSV(B) | 287.58º | 0.9% | 0.99% | - |
| XYZ | 43.55 | 20.95 | 94.68 | - |
| YUV | 105.7 | 211.13 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 253 | 0.19 | 0.90 | 0 | 0.01 | 287.58 | 0.98 | 0.55 |
| Hex | CE | 1A | FD | 13 | 5A | 0 | 1 | 120 | 62 | 37 |
| Octal | 316 | 32 | 375 | 23 | 132 | 0 | 1 | 440 | 142 | 67 |
| Binary | 11001110 | 11010 | 11111101 | 10011 | 1011010 | 0 | 1 | 100100000 | 1100010 | 110111 |
Color Harmonies of #CE1AFD
Complementary color
Monochromatic Colors of #CE1AFD
Black with #CE1AFD
Text Example
Text Example
White with #CE1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AFD; }
p { color: rgb(206,26,253); }
H1.HeaderClassName
{
color: #CE1AFD;
}
.AnyTagClassName
{
color: #CE1AFD;
}
</style>
background-color css
<style>
a { background-color: #CE1AFD; }
a { background-color: rgb(206,26,253); }
div.DivClassName
{
background-color: #CE1AFD;
}
.BgClassName
{
background-color: #CE1AFD;
}
</style>
border-color css
<style>
span { border-color: #CE1AFD; }
span { border-color: rgb(206,26,253); }
td.TdClassName
{
border-color: #CE1AFD;
}
.TagClassName
{
border-color: #CE1AFD;
}
</style>