Shades of Electric Purple #CA22EA
Tints of Electric Purple #CA22EA
RGB
CMYK
RGB Variations
Color information
#CA22EA (or 0xCA22EA) is known color: Electric Purple. HEX triplet: CA, 22 and EA. RGB value is (202,34,234). Sum of RGB (Red+Green+Blue) = 202+34+234=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA22EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA22EA is #35DD15. Grayscale: #6A6A6A. Windows color (decimal): -3530006 or 15344330. OLE color: 15344330.
HSL color Cylindrical-coordinate representation of color #CA22EA: hue angle of 290.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA22EA is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 34 | 234 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.08 |
| HSL | 290.4º | 0.83% | 0.53% | - |
| HSV(B) | 290.4º | 0.85% | 0.92% | - |
| XYZ | 39.78 | 19.64 | 79.54 | - |
| YUV | 107.03 | 199.66 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 234 | 0.14 | 0.85 | 0 | 0.08 | 290.4 | 0.83 | 0.53 |
| Hex | CA | 22 | EA | E | 55 | 0 | 8 | 122 | 53 | 35 |
| Octal | 312 | 42 | 352 | 16 | 125 | 0 | 10 | 442 | 123 | 65 |
| Binary | 11001010 | 100010 | 11101010 | 1110 | 1010101 | 0 | 1000 | 100100010 | 1010011 | 110101 |
Color Harmonies of #CA22EA
Complementary color
Monochromatic Colors of #CA22EA
Black with #CA22EA
Text Example
Text Example
White with #CA22EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA22EA; }
p { color: rgb(202,34,234); }
H1.HeaderClassName
{
color: #CA22EA;
}
.AnyTagClassName
{
color: #CA22EA;
}
</style>
background-color css
<style>
a { background-color: #CA22EA; }
a { background-color: rgb(202,34,234); }
div.DivClassName
{
background-color: #CA22EA;
}
.BgClassName
{
background-color: #CA22EA;
}
</style>
border-color css
<style>
span { border-color: #CA22EA; }
span { border-color: rgb(202,34,234); }
td.TdClassName
{
border-color: #CA22EA;
}
.TagClassName
{
border-color: #CA22EA;
}
</style>