Shades of Electric Purple #CA2DEE
Tints of Electric Purple #CA2DEE
RGB
CMYK
RGB Variations
Color information
#CA2DEE (or 0xCA2DEE) is known color: Electric Purple. HEX triplet: CA, 2D and EE. RGB value is (202,45,238). Sum of RGB (Red+Green+Blue) = 202+45+238=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2DEE is #35D211. Grayscale: #717171. Windows color (decimal): -3527186 or 15609290. OLE color: 15609290.
HSL color Cylindrical-coordinate representation of color #CA2DEE: hue angle of 288.81º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2DEE is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 45 | 238 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.07 |
| HSL | 288.81º | 0.85% | 0.55% | - |
| HSV(B) | 288.81º | 0.81% | 0.93% | - |
| XYZ | 40.73 | 20.61 | 82.72 | - |
| YUV | 113.95 | 198.01 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 238 | 0.15 | 0.81 | 0 | 0.07 | 288.81 | 0.85 | 0.55 |
| Hex | CA | 2D | EE | F | 51 | 0 | 7 | 121 | 55 | 37 |
| Octal | 312 | 55 | 356 | 17 | 121 | 0 | 7 | 441 | 125 | 67 |
| Binary | 11001010 | 101101 | 11101110 | 1111 | 1010001 | 0 | 111 | 100100001 | 1010101 | 110111 |
Color Harmonies of #CA2DEE
Complementary color
Monochromatic Colors of #CA2DEE
Black with #CA2DEE
Text Example
Text Example
White with #CA2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DEE; }
p { color: rgb(202,45,238); }
H1.HeaderClassName
{
color: #CA2DEE;
}
.AnyTagClassName
{
color: #CA2DEE;
}
</style>
background-color css
<style>
a { background-color: #CA2DEE; }
a { background-color: rgb(202,45,238); }
div.DivClassName
{
background-color: #CA2DEE;
}
.BgClassName
{
background-color: #CA2DEE;
}
</style>
border-color css
<style>
span { border-color: #CA2DEE; }
span { border-color: rgb(202,45,238); }
td.TdClassName
{
border-color: #CA2DEE;
}
.TagClassName
{
border-color: #CA2DEE;
}
</style>