Shades of Electric Purple #CE2AFD
Tints of Electric Purple #CE2AFD
RGB
CMYK
RGB Variations
Color information
#CE2AFD (or 0xCE2AFD) is known color: Electric Purple. HEX triplet: CE, 2A and FD. RGB value is (206,42,253). Sum of RGB (Red+Green+Blue) = 206+42+253=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 42 (16.80% from 255 or 8.38% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE2AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2AFD is #31D502. Grayscale: #727272. Windows color (decimal): -3265795 or 16591566. OLE color: 16591566.
HSL color Cylindrical-coordinate representation of color #CE2AFD: hue angle of 286.64º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2AFD is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 42 | 253 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.01 |
| HSL | 286.64º | 0.98% | 0.58% | - |
| HSV(B) | 286.64º | 0.83% | 0.99% | - |
| XYZ | 44.01 | 21.87 | 94.83 | - |
| YUV | 115.09 | 205.83 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 253 | 0.19 | 0.83 | 0 | 0.01 | 286.64 | 0.98 | 0.58 |
| Hex | CE | 2A | FD | 13 | 53 | 0 | 1 | 11F | 62 | 3A |
| Octal | 316 | 52 | 375 | 23 | 123 | 0 | 1 | 437 | 142 | 72 |
| Binary | 11001110 | 101010 | 11111101 | 10011 | 1010011 | 0 | 1 | 100011111 | 1100010 | 111010 |
Color Harmonies of #CE2AFD
Complementary color
Monochromatic Colors of #CE2AFD
Black with #CE2AFD
Text Example
Text Example
White with #CE2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AFD; }
p { color: rgb(206,42,253); }
H1.HeaderClassName
{
color: #CE2AFD;
}
.AnyTagClassName
{
color: #CE2AFD;
}
</style>
background-color css
<style>
a { background-color: #CE2AFD; }
a { background-color: rgb(206,42,253); }
div.DivClassName
{
background-color: #CE2AFD;
}
.BgClassName
{
background-color: #CE2AFD;
}
</style>
border-color css
<style>
span { border-color: #CE2AFD; }
span { border-color: rgb(206,42,253); }
td.TdClassName
{
border-color: #CE2AFD;
}
.TagClassName
{
border-color: #CE2AFD;
}
</style>