Shades of Electric Purple #CA03EC
Tints of Electric Purple #CA03EC
RGB
CMYK
RGB Variations
Color information
#CA03EC (or 0xCA03EC) is known color: Electric Purple. HEX triplet: CA, 03 and EC. RGB value is (202,3,236). Sum of RGB (Red+Green+Blue) = 202+3+236=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA03EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA03EC is #35FC13. Grayscale: #585858. Windows color (decimal): -3537940 or 15467466. OLE color: 15467466.
HSL color Cylindrical-coordinate representation of color #CA03EC: hue angle of 291.24º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03EC is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 3 | 236 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.07 |
| HSL | 291.24º | 0.97% | 0.47% | - |
| HSV(B) | 291.24º | 0.99% | 0.93% | - |
| XYZ | 39.53 | 18.68 | 80.88 | - |
| YUV | 89.06 | 210.93 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 236 | 0.14 | 0.99 | 0 | 0.07 | 291.24 | 0.97 | 0.47 |
| Hex | CA | 3 | EC | E | 63 | 0 | 7 | 123 | 61 | 2F |
| Octal | 312 | 3 | 354 | 16 | 143 | 0 | 7 | 443 | 141 | 57 |
| Binary | 11001010 | 11 | 11101100 | 1110 | 1100011 | 0 | 111 | 100100011 | 1100001 | 101111 |
Color Harmonies of #CA03EC
Complementary color
Monochromatic Colors of #CA03EC
Black with #CA03EC
Text Example
Text Example
White with #CA03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03EC; }
p { color: rgb(202,3,236); }
H1.HeaderClassName
{
color: #CA03EC;
}
.AnyTagClassName
{
color: #CA03EC;
}
</style>
background-color css
<style>
a { background-color: #CA03EC; }
a { background-color: rgb(202,3,236); }
div.DivClassName
{
background-color: #CA03EC;
}
.BgClassName
{
background-color: #CA03EC;
}
</style>
border-color css
<style>
span { border-color: #CA03EC; }
span { border-color: rgb(202,3,236); }
td.TdClassName
{
border-color: #CA03EC;
}
.TagClassName
{
border-color: #CA03EC;
}
</style>