Shades of Electric Purple #CA23E9
Tints of Electric Purple #CA23E9
RGB
CMYK
RGB Variations
Color information
#CA23E9 (or 0xCA23E9) is known color: Electric Purple. HEX triplet: CA, 23 and E9. RGB value is (202,35,233). Sum of RGB (Red+Green+Blue) = 202+35+233=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA23E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA23E9 is #35DC16. Grayscale: #6A6A6A. Windows color (decimal): -3529751 or 15279050. OLE color: 15279050.
HSL color Cylindrical-coordinate representation of color #CA23E9: hue angle of 290.61º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA23E9 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 35 | 233 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.09 |
| HSL | 290.61º | 0.82% | 0.53% | - |
| HSV(B) | 290.61º | 0.85% | 0.91% | - |
| XYZ | 39.67 | 19.64 | 78.79 | - |
| YUV | 107.51 | 198.83 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 233 | 0.13 | 0.85 | 0 | 0.09 | 290.61 | 0.82 | 0.53 |
| Hex | CA | 23 | E9 | D | 55 | 0 | 9 | 123 | 52 | 35 |
| Octal | 312 | 43 | 351 | 15 | 125 | 0 | 11 | 443 | 122 | 65 |
| Binary | 11001010 | 100011 | 11101001 | 1101 | 1010101 | 0 | 1001 | 100100011 | 1010010 | 110101 |
Color Harmonies of #CA23E9
Complementary color
Monochromatic Colors of #CA23E9
Black with #CA23E9
Text Example
Text Example
White with #CA23E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA23E9; }
p { color: rgb(202,35,233); }
H1.HeaderClassName
{
color: #CA23E9;
}
.AnyTagClassName
{
color: #CA23E9;
}
</style>
background-color css
<style>
a { background-color: #CA23E9; }
a { background-color: rgb(202,35,233); }
div.DivClassName
{
background-color: #CA23E9;
}
.BgClassName
{
background-color: #CA23E9;
}
</style>
border-color css
<style>
span { border-color: #CA23E9; }
span { border-color: rgb(202,35,233); }
td.TdClassName
{
border-color: #CA23E9;
}
.TagClassName
{
border-color: #CA23E9;
}
</style>