Shades of Electric Purple #CA15EA
Tints of Electric Purple #CA15EA
RGB
CMYK
RGB Variations
Color information
#CA15EA (or 0xCA15EA) is known color: Electric Purple. HEX triplet: CA, 15 and EA. RGB value is (202,21,234). Sum of RGB (Red+Green+Blue) = 202+21+234=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA15EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA15EA is #35EA15. Grayscale: #626262. Windows color (decimal): -3533334 or 15341002. OLE color: 15341002.
HSL color Cylindrical-coordinate representation of color #CA15EA: hue angle of 290.99º degrees, saturation: 0.84, 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 #CA15EA is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 21 | 234 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.08 |
| HSL | 290.99º | 0.84% | 0.5% | - |
| HSV(B) | 290.99º | 0.91% | 0.92% | - |
| XYZ | 39.48 | 19.03 | 79.44 | - |
| YUV | 99.4 | 203.97 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 234 | 0.14 | 0.91 | 0 | 0.08 | 290.99 | 0.84 | 0.5 |
| Hex | CA | 15 | EA | E | 5B | 0 | 8 | 123 | 54 | 32 |
| Octal | 312 | 25 | 352 | 16 | 133 | 0 | 10 | 443 | 124 | 62 |
| Binary | 11001010 | 10101 | 11101010 | 1110 | 1011011 | 0 | 1000 | 100100011 | 1010100 | 110010 |
Color Harmonies of #CA15EA
Complementary color
Monochromatic Colors of #CA15EA
Black with #CA15EA
Text Example
Text Example
White with #CA15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15EA; }
p { color: rgb(202,21,234); }
H1.HeaderClassName
{
color: #CA15EA;
}
.AnyTagClassName
{
color: #CA15EA;
}
</style>
background-color css
<style>
a { background-color: #CA15EA; }
a { background-color: rgb(202,21,234); }
div.DivClassName
{
background-color: #CA15EA;
}
.BgClassName
{
background-color: #CA15EA;
}
</style>
border-color css
<style>
span { border-color: #CA15EA; }
span { border-color: rgb(202,21,234); }
td.TdClassName
{
border-color: #CA15EA;
}
.TagClassName
{
border-color: #CA15EA;
}
</style>