Shades of Electric Purple #CA0DEA
Tints of Electric Purple #CA0DEA
RGB
CMYK
RGB Variations
Color information
#CA0DEA (or 0xCA0DEA) is known color: Electric Purple. HEX triplet: CA, 0D and EA. RGB value is (202,13,234). Sum of RGB (Red+Green+Blue) = 202+13+234=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA0DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0DEA is #35F215. Grayscale: #5E5E5E. Windows color (decimal): -3535382 or 15338954. OLE color: 15338954.
HSL color Cylindrical-coordinate representation of color #CA0DEA: hue angle of 291.31º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DEA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 13 | 234 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.08 |
| HSL | 291.31º | 0.89% | 0.48% | - |
| HSV(B) | 291.31º | 0.94% | 0.92% | - |
| XYZ | 39.35 | 18.78 | 79.39 | - |
| YUV | 94.71 | 206.62 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 234 | 0.14 | 0.94 | 0 | 0.08 | 291.31 | 0.89 | 0.48 |
| Hex | CA | D | EA | E | 5E | 0 | 8 | 123 | 59 | 30 |
| Octal | 312 | 15 | 352 | 16 | 136 | 0 | 10 | 443 | 131 | 60 |
| Binary | 11001010 | 1101 | 11101010 | 1110 | 1011110 | 0 | 1000 | 100100011 | 1011001 | 110000 |
Color Harmonies of #CA0DEA
Complementary color
Monochromatic Colors of #CA0DEA
Black with #CA0DEA
Text Example
Text Example
White with #CA0DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DEA; }
p { color: rgb(202,13,234); }
H1.HeaderClassName
{
color: #CA0DEA;
}
.AnyTagClassName
{
color: #CA0DEA;
}
</style>
background-color css
<style>
a { background-color: #CA0DEA; }
a { background-color: rgb(202,13,234); }
div.DivClassName
{
background-color: #CA0DEA;
}
.BgClassName
{
background-color: #CA0DEA;
}
</style>
border-color css
<style>
span { border-color: #CA0DEA; }
span { border-color: rgb(202,13,234); }
td.TdClassName
{
border-color: #CA0DEA;
}
.TagClassName
{
border-color: #CA0DEA;
}
</style>