Shades of Electric Purple #CA07EE
Tints of Electric Purple #CA07EE
RGB
CMYK
RGB Variations
Color information
#CA07EE (or 0xCA07EE) is known color: Electric Purple. HEX triplet: CA, 07 and EE. RGB value is (202,7,238). Sum of RGB (Red+Green+Blue) = 202+7+238=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA07EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA07EE is #35F811. Grayscale: #5A5A5A. Windows color (decimal): -3536914 or 15599562. OLE color: 15599562.
HSL color Cylindrical-coordinate representation of color #CA07EE: hue angle of 290.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07EE is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 7 | 238 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.07 |
| HSL | 290.65º | 0.94% | 0.48% | - |
| HSV(B) | 290.65º | 0.97% | 0.93% | - |
| XYZ | 39.87 | 18.88 | 82.43 | - |
| YUV | 91.64 | 210.6 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 238 | 0.15 | 0.97 | 0 | 0.07 | 290.65 | 0.94 | 0.48 |
| Hex | CA | 7 | EE | F | 61 | 0 | 7 | 123 | 5E | 30 |
| Octal | 312 | 7 | 356 | 17 | 141 | 0 | 7 | 443 | 136 | 60 |
| Binary | 11001010 | 111 | 11101110 | 1111 | 1100001 | 0 | 111 | 100100011 | 1011110 | 110000 |
Color Harmonies of #CA07EE
Complementary color
Monochromatic Colors of #CA07EE
Black with #CA07EE
Text Example
Text Example
White with #CA07EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07EE; }
p { color: rgb(202,7,238); }
H1.HeaderClassName
{
color: #CA07EE;
}
.AnyTagClassName
{
color: #CA07EE;
}
</style>
background-color css
<style>
a { background-color: #CA07EE; }
a { background-color: rgb(202,7,238); }
div.DivClassName
{
background-color: #CA07EE;
}
.BgClassName
{
background-color: #CA07EE;
}
</style>
border-color css
<style>
span { border-color: #CA07EE; }
span { border-color: rgb(202,7,238); }
td.TdClassName
{
border-color: #CA07EE;
}
.TagClassName
{
border-color: #CA07EE;
}
</style>