Shades of Electric Purple #CA2CFE
Tints of Electric Purple #CA2CFE
RGB
CMYK
RGB Variations
Color information
#CA2CFE (or 0xCA2CFE) is known color: Electric Purple. HEX triplet: CA, 2C and FE. RGB value is (202,44,254). Sum of RGB (Red+Green+Blue) = 202+44+254=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA2CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2CFE is #35D301. Grayscale: #727272. Windows color (decimal): -3527426 or 16657610. OLE color: 16657610.
HSL color Cylindrical-coordinate representation of color #CA2CFE: hue angle of 285.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2CFE is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 44 | 254 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.00 |
| HSL | 285.14º | 0.99% | 0.58% | - |
| HSV(B) | 285.14º | 0.83% | 1% | - |
| XYZ | 43.15 | 21.51 | 95.64 | - |
| YUV | 115.18 | 206.35 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 254 | 0.20 | 0.83 | 0 | 0.00 | 285.14 | 0.99 | 0.58 |
| Hex | CA | 2C | FE | 14 | 53 | 0 | 0 | 11D | 63 | 3A |
| Octal | 312 | 54 | 376 | 24 | 123 | 0 | 0 | 435 | 143 | 72 |
| Binary | 11001010 | 101100 | 11111110 | 10100 | 1010011 | 0 | 0 | 100011101 | 1100011 | 111010 |
Color Harmonies of #CA2CFE
Complementary color
Monochromatic Colors of #CA2CFE
Black with #CA2CFE
Text Example
Text Example
White with #CA2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CFE; }
p { color: rgb(202,44,254); }
H1.HeaderClassName
{
color: #CA2CFE;
}
.AnyTagClassName
{
color: #CA2CFE;
}
</style>
background-color css
<style>
a { background-color: #CA2CFE; }
a { background-color: rgb(202,44,254); }
div.DivClassName
{
background-color: #CA2CFE;
}
.BgClassName
{
background-color: #CA2CFE;
}
</style>
border-color css
<style>
span { border-color: #CA2CFE; }
span { border-color: rgb(202,44,254); }
td.TdClassName
{
border-color: #CA2CFE;
}
.TagClassName
{
border-color: #CA2CFE;
}
</style>