Shades of Electric Purple #CA03EA
Tints of Electric Purple #CA03EA
RGB
CMYK
RGB Variations
Color information
#CA03EA (or 0xCA03EA) is known color: Electric Purple. HEX triplet: CA, 03 and EA. RGB value is (202,3,234). Sum of RGB (Red+Green+Blue) = 202+3+234=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA03EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA03EA is #35FC15. Grayscale: #585858. Windows color (decimal): -3537942 or 15336394. OLE color: 15336394.
HSL color Cylindrical-coordinate representation of color #CA03EA: hue angle of 291.69º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03EA is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 3 | 234 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.08 |
| HSL | 291.69º | 0.97% | 0.46% | - |
| HSV(B) | 291.69º | 0.99% | 0.92% | - |
| XYZ | 39.24 | 18.56 | 79.36 | - |
| YUV | 88.84 | 209.93 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 234 | 0.14 | 0.99 | 0 | 0.08 | 291.69 | 0.97 | 0.46 |
| Hex | CA | 3 | EA | E | 63 | 0 | 8 | 124 | 61 | 2E |
| Octal | 312 | 3 | 352 | 16 | 143 | 0 | 10 | 444 | 141 | 56 |
| Binary | 11001010 | 11 | 11101010 | 1110 | 1100011 | 0 | 1000 | 100100100 | 1100001 | 101110 |
Color Harmonies of #CA03EA
Complementary color
Monochromatic Colors of #CA03EA
Black with #CA03EA
Text Example
Text Example
White with #CA03EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03EA; }
p { color: rgb(202,3,234); }
H1.HeaderClassName
{
color: #CA03EA;
}
.AnyTagClassName
{
color: #CA03EA;
}
</style>
background-color css
<style>
a { background-color: #CA03EA; }
a { background-color: rgb(202,3,234); }
div.DivClassName
{
background-color: #CA03EA;
}
.BgClassName
{
background-color: #CA03EA;
}
</style>
border-color css
<style>
span { border-color: #CA03EA; }
span { border-color: rgb(202,3,234); }
td.TdClassName
{
border-color: #CA03EA;
}
.TagClassName
{
border-color: #CA03EA;
}
</style>