Shades of Electric Purple #CA2BEE
Tints of Electric Purple #CA2BEE
RGB
CMYK
RGB Variations
Color information
#CA2BEE (or 0xCA2BEE) is known color: Electric Purple. HEX triplet: CA, 2B and EE. RGB value is (202,43,238). Sum of RGB (Red+Green+Blue) = 202+43+238=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2BEE is #35D411. Grayscale: #707070. Windows color (decimal): -3527698 or 15608778. OLE color: 15608778.
HSL color Cylindrical-coordinate representation of color #CA2BEE: hue angle of 288.92º 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 #CA2BEE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 43 | 238 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.07 |
| HSL | 288.92º | 0.85% | 0.55% | - |
| HSV(B) | 288.92º | 0.82% | 0.93% | - |
| XYZ | 40.65 | 20.46 | 82.69 | - |
| YUV | 112.77 | 198.68 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 238 | 0.15 | 0.82 | 0 | 0.07 | 288.92 | 0.85 | 0.55 |
| Hex | CA | 2B | EE | F | 52 | 0 | 7 | 121 | 55 | 37 |
| Octal | 312 | 53 | 356 | 17 | 122 | 0 | 7 | 441 | 125 | 67 |
| Binary | 11001010 | 101011 | 11101110 | 1111 | 1010010 | 0 | 111 | 100100001 | 1010101 | 110111 |
Color Harmonies of #CA2BEE
Complementary color
Monochromatic Colors of #CA2BEE
Black with #CA2BEE
Text Example
Text Example
White with #CA2BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BEE; }
p { color: rgb(202,43,238); }
H1.HeaderClassName
{
color: #CA2BEE;
}
.AnyTagClassName
{
color: #CA2BEE;
}
</style>
background-color css
<style>
a { background-color: #CA2BEE; }
a { background-color: rgb(202,43,238); }
div.DivClassName
{
background-color: #CA2BEE;
}
.BgClassName
{
background-color: #CA2BEE;
}
</style>
border-color css
<style>
span { border-color: #CA2BEE; }
span { border-color: rgb(202,43,238); }
td.TdClassName
{
border-color: #CA2BEE;
}
.TagClassName
{
border-color: #CA2BEE;
}
</style>