Shades of Electric Purple #CA2CEE
Tints of Electric Purple #CA2CEE
RGB
CMYK
RGB Variations
Color information
#CA2CEE (or 0xCA2CEE) is known color: Electric Purple. HEX triplet: CA, 2C and EE. RGB value is (202,44,238). Sum of RGB (Red+Green+Blue) = 202+44+238=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2CEE is #35D311. Grayscale: #707070. Windows color (decimal): -3527442 or 15609034. OLE color: 15609034.
HSL color Cylindrical-coordinate representation of color #CA2CEE: hue angle of 288.87º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2CEE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 44 | 238 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.07 |
| HSL | 288.87º | 0.85% | 0.55% | - |
| HSV(B) | 288.87º | 0.82% | 0.93% | - |
| XYZ | 40.69 | 20.53 | 82.71 | - |
| YUV | 113.36 | 198.35 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 238 | 0.15 | 0.82 | 0 | 0.07 | 288.87 | 0.85 | 0.55 |
| Hex | CA | 2C | EE | F | 52 | 0 | 7 | 121 | 55 | 37 |
| Octal | 312 | 54 | 356 | 17 | 122 | 0 | 7 | 441 | 125 | 67 |
| Binary | 11001010 | 101100 | 11101110 | 1111 | 1010010 | 0 | 111 | 100100001 | 1010101 | 110111 |
Color Harmonies of #CA2CEE
Complementary color
Monochromatic Colors of #CA2CEE
Black with #CA2CEE
Text Example
Text Example
White with #CA2CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CEE; }
p { color: rgb(202,44,238); }
H1.HeaderClassName
{
color: #CA2CEE;
}
.AnyTagClassName
{
color: #CA2CEE;
}
</style>
background-color css
<style>
a { background-color: #CA2CEE; }
a { background-color: rgb(202,44,238); }
div.DivClassName
{
background-color: #CA2CEE;
}
.BgClassName
{
background-color: #CA2CEE;
}
</style>
border-color css
<style>
span { border-color: #CA2CEE; }
span { border-color: rgb(202,44,238); }
td.TdClassName
{
border-color: #CA2CEE;
}
.TagClassName
{
border-color: #CA2CEE;
}
</style>