Shades of Electric Purple #CE1AFC
Tints of Electric Purple #CE1AFC
RGB
CMYK
RGB Variations
Color information
#CE1AFC (or 0xCE1AFC) is known color: Electric Purple. HEX triplet: CE, 1A and FC. RGB value is (206,26,252). Sum of RGB (Red+Green+Blue) = 206+26+252=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE1AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1AFC is #31E503. Grayscale: #686868. Windows color (decimal): -3269892 or 16521934. OLE color: 16521934.
HSL color Cylindrical-coordinate representation of color #CE1AFC: hue angle of 287.79º degrees, saturation: 0.97, 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 #CE1AFC is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 26 | 252 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.01 |
| HSL | 287.79º | 0.97% | 0.55% | - |
| HSV(B) | 287.79º | 0.9% | 0.99% | - |
| XYZ | 43.39 | 20.89 | 93.84 | - |
| YUV | 105.58 | 210.63 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 252 | 0.18 | 0.90 | 0 | 0.01 | 287.79 | 0.97 | 0.55 |
| Hex | CE | 1A | FC | 12 | 5A | 0 | 1 | 120 | 61 | 37 |
| Octal | 316 | 32 | 374 | 22 | 132 | 0 | 1 | 440 | 141 | 67 |
| Binary | 11001110 | 11010 | 11111100 | 10010 | 1011010 | 0 | 1 | 100100000 | 1100001 | 110111 |
Color Harmonies of #CE1AFC
Complementary color
Monochromatic Colors of #CE1AFC
Black with #CE1AFC
Text Example
Text Example
White with #CE1AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AFC; }
p { color: rgb(206,26,252); }
H1.HeaderClassName
{
color: #CE1AFC;
}
.AnyTagClassName
{
color: #CE1AFC;
}
</style>
background-color css
<style>
a { background-color: #CE1AFC; }
a { background-color: rgb(206,26,252); }
div.DivClassName
{
background-color: #CE1AFC;
}
.BgClassName
{
background-color: #CE1AFC;
}
</style>
border-color css
<style>
span { border-color: #CE1AFC; }
span { border-color: rgb(206,26,252); }
td.TdClassName
{
border-color: #CE1AFC;
}
.TagClassName
{
border-color: #CE1AFC;
}
</style>