Shades of Electric Purple #CA25E9
Tints of Electric Purple #CA25E9
RGB
CMYK
RGB Variations
Color information
#CA25E9 (or 0xCA25E9) is known color: Electric Purple. HEX triplet: CA, 25 and E9. RGB value is (202,37,233). Sum of RGB (Red+Green+Blue) = 202+37+233=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA25E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA25E9 is #35DA16. Grayscale: #6C6C6C. Windows color (decimal): -3529239 or 15279562. OLE color: 15279562.
HSL color Cylindrical-coordinate representation of color #CA25E9: hue angle of 290.51º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA25E9 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 37 | 233 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.09 |
| HSL | 290.51º | 0.82% | 0.53% | - |
| HSV(B) | 290.51º | 0.84% | 0.91% | - |
| XYZ | 39.73 | 19.76 | 78.81 | - |
| YUV | 108.68 | 198.16 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 233 | 0.13 | 0.84 | 0 | 0.09 | 290.51 | 0.82 | 0.53 |
| Hex | CA | 25 | E9 | D | 54 | 0 | 9 | 123 | 52 | 35 |
| Octal | 312 | 45 | 351 | 15 | 124 | 0 | 11 | 443 | 122 | 65 |
| Binary | 11001010 | 100101 | 11101001 | 1101 | 1010100 | 0 | 1001 | 100100011 | 1010010 | 110101 |
Color Harmonies of #CA25E9
Complementary color
Monochromatic Colors of #CA25E9
Black with #CA25E9
Text Example
Text Example
White with #CA25E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25E9; }
p { color: rgb(202,37,233); }
H1.HeaderClassName
{
color: #CA25E9;
}
.AnyTagClassName
{
color: #CA25E9;
}
</style>
background-color css
<style>
a { background-color: #CA25E9; }
a { background-color: rgb(202,37,233); }
div.DivClassName
{
background-color: #CA25E9;
}
.BgClassName
{
background-color: #CA25E9;
}
</style>
border-color css
<style>
span { border-color: #CA25E9; }
span { border-color: rgb(202,37,233); }
td.TdClassName
{
border-color: #CA25E9;
}
.TagClassName
{
border-color: #CA25E9;
}
</style>