Shades of Electric Purple #CA2EFE
Tints of Electric Purple #CA2EFE
RGB
CMYK
RGB Variations
Color information
#CA2EFE (or 0xCA2EFE) is known color: Electric Purple. HEX triplet: CA, 2E and FE. RGB value is (202,46,254). Sum of RGB (Red+Green+Blue) = 202+46+254=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA2EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2EFE is #35D101. Grayscale: #737373. Windows color (decimal): -3526914 or 16658122. OLE color: 16658122.
HSL color Cylindrical-coordinate representation of color #CA2EFE: hue angle of 285º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2EFE is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 46 | 254 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.00 |
| HSL | 285º | 0.99% | 0.59% | - |
| HSV(B) | 285º | 0.82% | 1% | - |
| XYZ | 43.22 | 21.67 | 95.67 | - |
| YUV | 116.36 | 205.68 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 254 | 0.20 | 0.82 | 0 | 0.00 | 285 | 0.99 | 0.59 |
| Hex | CA | 2E | FE | 14 | 52 | 0 | 0 | 11D | 63 | 3B |
| Octal | 312 | 56 | 376 | 24 | 122 | 0 | 0 | 435 | 143 | 73 |
| Binary | 11001010 | 101110 | 11111110 | 10100 | 1010010 | 0 | 0 | 100011101 | 1100011 | 111011 |
Color Harmonies of #CA2EFE
Complementary color
Monochromatic Colors of #CA2EFE
Black with #CA2EFE
Text Example
Text Example
White with #CA2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EFE; }
p { color: rgb(202,46,254); }
H1.HeaderClassName
{
color: #CA2EFE;
}
.AnyTagClassName
{
color: #CA2EFE;
}
</style>
background-color css
<style>
a { background-color: #CA2EFE; }
a { background-color: rgb(202,46,254); }
div.DivClassName
{
background-color: #CA2EFE;
}
.BgClassName
{
background-color: #CA2EFE;
}
</style>
border-color css
<style>
span { border-color: #CA2EFE; }
span { border-color: rgb(202,46,254); }
td.TdClassName
{
border-color: #CA2EFE;
}
.TagClassName
{
border-color: #CA2EFE;
}
</style>