Shades of Electric Purple #CA22EE
Tints of Electric Purple #CA22EE
RGB
CMYK
RGB Variations
Color information
#CA22EE (or 0xCA22EE) is known color: Electric Purple. HEX triplet: CA, 22 and EE. RGB value is (202,34,238). Sum of RGB (Red+Green+Blue) = 202+34+238=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 34 (13.67% from 255 or 7.17% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA22EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA22EE is #35DD11. Grayscale: #6A6A6A. Windows color (decimal): -3530002 or 15606474. OLE color: 15606474.
HSL color Cylindrical-coordinate representation of color #CA22EE: hue angle of 289.41º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA22EE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 34 | 238 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.07 |
| HSL | 289.41º | 0.86% | 0.53% | - |
| HSV(B) | 289.41º | 0.86% | 0.93% | - |
| XYZ | 40.36 | 19.87 | 82.6 | - |
| YUV | 107.49 | 201.66 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 238 | 0.15 | 0.86 | 0 | 0.07 | 289.41 | 0.86 | 0.53 |
| Hex | CA | 22 | EE | F | 56 | 0 | 7 | 121 | 56 | 35 |
| Octal | 312 | 42 | 356 | 17 | 126 | 0 | 7 | 441 | 126 | 65 |
| Binary | 11001010 | 100010 | 11101110 | 1111 | 1010110 | 0 | 111 | 100100001 | 1010110 | 110101 |
Color Harmonies of #CA22EE
Complementary color
Monochromatic Colors of #CA22EE
Black with #CA22EE
Text Example
Text Example
White with #CA22EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA22EE; }
p { color: rgb(202,34,238); }
H1.HeaderClassName
{
color: #CA22EE;
}
.AnyTagClassName
{
color: #CA22EE;
}
</style>
background-color css
<style>
a { background-color: #CA22EE; }
a { background-color: rgb(202,34,238); }
div.DivClassName
{
background-color: #CA22EE;
}
.BgClassName
{
background-color: #CA22EE;
}
</style>
border-color css
<style>
span { border-color: #CA22EE; }
span { border-color: rgb(202,34,238); }
td.TdClassName
{
border-color: #CA22EE;
}
.TagClassName
{
border-color: #CA22EE;
}
</style>