Shades of Electric Purple #CA18EC
Tints of Electric Purple #CA18EC
RGB
CMYK
RGB Variations
Color information
#CA18EC (or 0xCA18EC) is known color: Electric Purple. HEX triplet: CA, 18 and EC. RGB value is (202,24,236). Sum of RGB (Red+Green+Blue) = 202+24+236=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA18EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA18EC is #35E713. Grayscale: #646464. Windows color (decimal): -3532564 or 15472842. OLE color: 15472842.
HSL color Cylindrical-coordinate representation of color #CA18EC: hue angle of 290.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA18EC is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 24 | 236 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.07 |
| HSL | 290.38º | 0.85% | 0.51% | - |
| HSV(B) | 290.38º | 0.9% | 0.93% | - |
| XYZ | 39.82 | 19.27 | 80.98 | - |
| YUV | 101.39 | 203.97 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 236 | 0.14 | 0.90 | 0 | 0.07 | 290.38 | 0.85 | 0.51 |
| Hex | CA | 18 | EC | E | 5A | 0 | 7 | 122 | 55 | 33 |
| Octal | 312 | 30 | 354 | 16 | 132 | 0 | 7 | 442 | 125 | 63 |
| Binary | 11001010 | 11000 | 11101100 | 1110 | 1011010 | 0 | 111 | 100100010 | 1010101 | 110011 |
Color Harmonies of #CA18EC
Complementary color
Monochromatic Colors of #CA18EC
Black with #CA18EC
Text Example
Text Example
White with #CA18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18EC; }
p { color: rgb(202,24,236); }
H1.HeaderClassName
{
color: #CA18EC;
}
.AnyTagClassName
{
color: #CA18EC;
}
</style>
background-color css
<style>
a { background-color: #CA18EC; }
a { background-color: rgb(202,24,236); }
div.DivClassName
{
background-color: #CA18EC;
}
.BgClassName
{
background-color: #CA18EC;
}
</style>
border-color css
<style>
span { border-color: #CA18EC; }
span { border-color: rgb(202,24,236); }
td.TdClassName
{
border-color: #CA18EC;
}
.TagClassName
{
border-color: #CA18EC;
}
</style>