Shades of Electric Purple #CA05EE
Tints of Electric Purple #CA05EE
RGB
CMYK
RGB Variations
Color information
#CA05EE (or 0xCA05EE) is known color: Electric Purple. HEX triplet: CA, 05 and EE. RGB value is (202,5,238). Sum of RGB (Red+Green+Blue) = 202+5+238=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA05EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA05EE is #35FA11. Grayscale: #595959. Windows color (decimal): -3537426 or 15599050. OLE color: 15599050.
HSL color Cylindrical-coordinate representation of color #CA05EE: hue angle of 290.73º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA05EE is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 5 | 238 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.07 |
| HSL | 290.73º | 0.96% | 0.48% | - |
| HSV(B) | 290.73º | 0.98% | 0.93% | - |
| XYZ | 39.84 | 18.84 | 82.43 | - |
| YUV | 90.47 | 211.27 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 238 | 0.15 | 0.98 | 0 | 0.07 | 290.73 | 0.96 | 0.48 |
| Hex | CA | 5 | EE | F | 62 | 0 | 7 | 123 | 60 | 30 |
| Octal | 312 | 5 | 356 | 17 | 142 | 0 | 7 | 443 | 140 | 60 |
| Binary | 11001010 | 101 | 11101110 | 1111 | 1100010 | 0 | 111 | 100100011 | 1100000 | 110000 |
Color Harmonies of #CA05EE
Complementary color
Monochromatic Colors of #CA05EE
Black with #CA05EE
Text Example
Text Example
White with #CA05EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05EE; }
p { color: rgb(202,5,238); }
H1.HeaderClassName
{
color: #CA05EE;
}
.AnyTagClassName
{
color: #CA05EE;
}
</style>
background-color css
<style>
a { background-color: #CA05EE; }
a { background-color: rgb(202,5,238); }
div.DivClassName
{
background-color: #CA05EE;
}
.BgClassName
{
background-color: #CA05EE;
}
</style>
border-color css
<style>
span { border-color: #CA05EE; }
span { border-color: rgb(202,5,238); }
td.TdClassName
{
border-color: #CA05EE;
}
.TagClassName
{
border-color: #CA05EE;
}
</style>