Shades of Electric Purple #CA2AFF
Tints of Electric Purple #CA2AFF
RGB
CMYK
RGB Variations
Color information
#CA2AFF (or 0xCA2AFF) is known color: Electric Purple. HEX triplet: CA, 2A and FF. RGB value is (202,42,255). Sum of RGB (Red+Green+Blue) = 202+42+255=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA2AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2AFF is #35D500. Grayscale: #717171. Windows color (decimal): -3527937 or 16722634. OLE color: 16722634.
HSL color Cylindrical-coordinate representation of color #CA2AFF: hue angle of 285.07º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2AFF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 42 | 255 | - |
| CMYK | 0.21 | 0.84 | 0 | 0 |
| HSL | 285.07º | 1% | 0.58% | - |
| HSV(B) | 285.07º | 0.84% | 1% | - |
| XYZ | 43.24 | 21.43 | 96.47 | - |
| YUV | 114.12 | 207.51 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 255 | 0.21 | 0.84 | 0 | 0 | 285.07 | 1 | 0.58 |
| Hex | CA | 2A | FF | 15 | 54 | 0 | 0 | 11D | 64 | 3A |
| Octal | 312 | 52 | 377 | 25 | 124 | 0 | 0 | 435 | 144 | 72 |
| Binary | 11001010 | 101010 | 11111111 | 10101 | 1010100 | 0 | 0 | 100011101 | 1100100 | 111010 |
Color Harmonies of #CA2AFF
Complementary color
Monochromatic Colors of #CA2AFF
Black with #CA2AFF
Text Example
Text Example
White with #CA2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2AFF; }
p { color: rgb(202,42,255); }
H1.HeaderClassName
{
color: #CA2AFF;
}
.AnyTagClassName
{
color: #CA2AFF;
}
</style>
background-color css
<style>
a { background-color: #CA2AFF; }
a { background-color: rgb(202,42,255); }
div.DivClassName
{
background-color: #CA2AFF;
}
.BgClassName
{
background-color: #CA2AFF;
}
</style>
border-color css
<style>
span { border-color: #CA2AFF; }
span { border-color: rgb(202,42,255); }
td.TdClassName
{
border-color: #CA2AFF;
}
.TagClassName
{
border-color: #CA2AFF;
}
</style>