Shades of Electric Purple #CA16EA
Tints of Electric Purple #CA16EA
RGB
CMYK
RGB Variations
Color information
#CA16EA (or 0xCA16EA) is known color: Electric Purple. HEX triplet: CA, 16 and EA. RGB value is (202,22,234). Sum of RGB (Red+Green+Blue) = 202+22+234=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA16EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA16EA is #35E915. Grayscale: #636363. Windows color (decimal): -3533078 or 15341258. OLE color: 15341258.
HSL color Cylindrical-coordinate representation of color #CA16EA: hue angle of 290.94º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA16EA is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 22 | 234 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.08 |
| HSL | 290.94º | 0.83% | 0.5% | - |
| HSV(B) | 290.94º | 0.91% | 0.92% | - |
| XYZ | 39.5 | 19.07 | 79.44 | - |
| YUV | 99.99 | 203.63 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 234 | 0.14 | 0.91 | 0 | 0.08 | 290.94 | 0.83 | 0.5 |
| Hex | CA | 16 | EA | E | 5B | 0 | 8 | 123 | 53 | 32 |
| Octal | 312 | 26 | 352 | 16 | 133 | 0 | 10 | 443 | 123 | 62 |
| Binary | 11001010 | 10110 | 11101010 | 1110 | 1011011 | 0 | 1000 | 100100011 | 1010011 | 110010 |
Color Harmonies of #CA16EA
Complementary color
Monochromatic Colors of #CA16EA
Black with #CA16EA
Text Example
Text Example
White with #CA16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16EA; }
p { color: rgb(202,22,234); }
H1.HeaderClassName
{
color: #CA16EA;
}
.AnyTagClassName
{
color: #CA16EA;
}
</style>
background-color css
<style>
a { background-color: #CA16EA; }
a { background-color: rgb(202,22,234); }
div.DivClassName
{
background-color: #CA16EA;
}
.BgClassName
{
background-color: #CA16EA;
}
</style>
border-color css
<style>
span { border-color: #CA16EA; }
span { border-color: rgb(202,22,234); }
td.TdClassName
{
border-color: #CA16EA;
}
.TagClassName
{
border-color: #CA16EA;
}
</style>