Shades of Electric Purple #CA20EA
Tints of Electric Purple #CA20EA
RGB
CMYK
RGB Variations
Color information
#CA20EA (or 0xCA20EA) is known color: Electric Purple. HEX triplet: CA, 20 and EA. RGB value is (202,32,234). Sum of RGB (Red+Green+Blue) = 202+32+234=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA20EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20EA is #35DF15. Grayscale: #696969. Windows color (decimal): -3530518 or 15343818. OLE color: 15343818.
HSL color Cylindrical-coordinate representation of color #CA20EA: hue angle of 290.5º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA20EA is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 32 | 234 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.08 |
| HSL | 290.5º | 0.83% | 0.52% | - |
| HSV(B) | 290.5º | 0.86% | 0.92% | - |
| XYZ | 39.72 | 19.53 | 79.52 | - |
| YUV | 105.86 | 200.32 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 234 | 0.14 | 0.86 | 0 | 0.08 | 290.5 | 0.83 | 0.52 |
| Hex | CA | 20 | EA | E | 56 | 0 | 8 | 122 | 53 | 34 |
| Octal | 312 | 40 | 352 | 16 | 126 | 0 | 10 | 442 | 123 | 64 |
| Binary | 11001010 | 100000 | 11101010 | 1110 | 1010110 | 0 | 1000 | 100100010 | 1010011 | 110100 |
Color Harmonies of #CA20EA
Complementary color
Monochromatic Colors of #CA20EA
Black with #CA20EA
Text Example
Text Example
White with #CA20EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20EA; }
p { color: rgb(202,32,234); }
H1.HeaderClassName
{
color: #CA20EA;
}
.AnyTagClassName
{
color: #CA20EA;
}
</style>
background-color css
<style>
a { background-color: #CA20EA; }
a { background-color: rgb(202,32,234); }
div.DivClassName
{
background-color: #CA20EA;
}
.BgClassName
{
background-color: #CA20EA;
}
</style>
border-color css
<style>
span { border-color: #CA20EA; }
span { border-color: rgb(202,32,234); }
td.TdClassName
{
border-color: #CA20EA;
}
.TagClassName
{
border-color: #CA20EA;
}
</style>