Shades of Electric Purple #CA21EE
Tints of Electric Purple #CA21EE
RGB
CMYK
RGB Variations
Color information
#CA21EE (or 0xCA21EE) is known color: Electric Purple. HEX triplet: CA, 21 and EE. RGB value is (202,33,238). Sum of RGB (Red+Green+Blue) = 202+33+238=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA21EE is #35DE11. Grayscale: #6A6A6A. Windows color (decimal): -3530258 or 15606218. OLE color: 15606218.
HSL color Cylindrical-coordinate representation of color #CA21EE: hue angle of 289.46º 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 #CA21EE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 33 | 238 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.07 |
| HSL | 289.46º | 0.86% | 0.53% | - |
| HSV(B) | 289.46º | 0.86% | 0.93% | - |
| XYZ | 40.33 | 19.82 | 82.59 | - |
| YUV | 106.9 | 201.99 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 238 | 0.15 | 0.86 | 0 | 0.07 | 289.46 | 0.86 | 0.53 |
| Hex | CA | 21 | EE | F | 56 | 0 | 7 | 121 | 56 | 35 |
| Octal | 312 | 41 | 356 | 17 | 126 | 0 | 7 | 441 | 126 | 65 |
| Binary | 11001010 | 100001 | 11101110 | 1111 | 1010110 | 0 | 111 | 100100001 | 1010110 | 110101 |
Color Harmonies of #CA21EE
Complementary color
Monochromatic Colors of #CA21EE
Black with #CA21EE
Text Example
Text Example
White with #CA21EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA21EE; }
p { color: rgb(202,33,238); }
H1.HeaderClassName
{
color: #CA21EE;
}
.AnyTagClassName
{
color: #CA21EE;
}
</style>
background-color css
<style>
a { background-color: #CA21EE; }
a { background-color: rgb(202,33,238); }
div.DivClassName
{
background-color: #CA21EE;
}
.BgClassName
{
background-color: #CA21EE;
}
</style>
border-color css
<style>
span { border-color: #CA21EE; }
span { border-color: rgb(202,33,238); }
td.TdClassName
{
border-color: #CA21EE;
}
.TagClassName
{
border-color: #CA21EE;
}
</style>