Shades of Electric Purple #CA1FEC
Tints of Electric Purple #CA1FEC
RGB
CMYK
RGB Variations
Color information
#CA1FEC (or 0xCA1FEC) is known color: Electric Purple. HEX triplet: CA, 1F and EC. RGB value is (202,31,236). Sum of RGB (Red+Green+Blue) = 202+31+236=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA1FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1FEC is #35E013. Grayscale: #686868. Windows color (decimal): -3530772 or 15474634. OLE color: 15474634.
HSL color Cylindrical-coordinate representation of color #CA1FEC: hue angle of 290.05º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1FEC is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 31 | 236 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.07 |
| HSL | 290.05º | 0.84% | 0.52% | - |
| HSV(B) | 290.05º | 0.87% | 0.93% | - |
| XYZ | 39.99 | 19.59 | 81.03 | - |
| YUV | 105.5 | 201.65 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 236 | 0.14 | 0.87 | 0 | 0.07 | 290.05 | 0.84 | 0.52 |
| Hex | CA | 1F | EC | E | 57 | 0 | 7 | 122 | 54 | 34 |
| Octal | 312 | 37 | 354 | 16 | 127 | 0 | 7 | 442 | 124 | 64 |
| Binary | 11001010 | 11111 | 11101100 | 1110 | 1010111 | 0 | 111 | 100100010 | 1010100 | 110100 |
Color Harmonies of #CA1FEC
Complementary color
Monochromatic Colors of #CA1FEC
Black with #CA1FEC
Text Example
Text Example
White with #CA1FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FEC; }
p { color: rgb(202,31,236); }
H1.HeaderClassName
{
color: #CA1FEC;
}
.AnyTagClassName
{
color: #CA1FEC;
}
</style>
background-color css
<style>
a { background-color: #CA1FEC; }
a { background-color: rgb(202,31,236); }
div.DivClassName
{
background-color: #CA1FEC;
}
.BgClassName
{
background-color: #CA1FEC;
}
</style>
border-color css
<style>
span { border-color: #CA1FEC; }
span { border-color: rgb(202,31,236); }
td.TdClassName
{
border-color: #CA1FEC;
}
.TagClassName
{
border-color: #CA1FEC;
}
</style>