Shades of Electric Purple #CA08EC
Tints of Electric Purple #CA08EC
RGB
CMYK
RGB Variations
Color information
#CA08EC (or 0xCA08EC) is known color: Electric Purple. HEX triplet: CA, 08 and EC. RGB value is (202,8,236). Sum of RGB (Red+Green+Blue) = 202+8+236=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA08EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA08EC is #35F713. Grayscale: #5B5B5B. Windows color (decimal): -3536660 or 15468746. OLE color: 15468746.
HSL color Cylindrical-coordinate representation of color #CA08EC: hue angle of 291.05º degrees, saturation: 0.93, 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 #CA08EC is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 8 | 236 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.07 |
| HSL | 291.05º | 0.93% | 0.48% | - |
| HSV(B) | 291.05º | 0.97% | 0.93% | - |
| XYZ | 39.58 | 18.79 | 80.9 | - |
| YUV | 92 | 209.27 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 236 | 0.14 | 0.97 | 0 | 0.07 | 291.05 | 0.93 | 0.48 |
| Hex | CA | 8 | EC | E | 61 | 0 | 7 | 123 | 5D | 30 |
| Octal | 312 | 10 | 354 | 16 | 141 | 0 | 7 | 443 | 135 | 60 |
| Binary | 11001010 | 1000 | 11101100 | 1110 | 1100001 | 0 | 111 | 100100011 | 1011101 | 110000 |
Color Harmonies of #CA08EC
Complementary color
Monochromatic Colors of #CA08EC
Black with #CA08EC
Text Example
Text Example
White with #CA08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA08EC; }
p { color: rgb(202,8,236); }
H1.HeaderClassName
{
color: #CA08EC;
}
.AnyTagClassName
{
color: #CA08EC;
}
</style>
background-color css
<style>
a { background-color: #CA08EC; }
a { background-color: rgb(202,8,236); }
div.DivClassName
{
background-color: #CA08EC;
}
.BgClassName
{
background-color: #CA08EC;
}
</style>
border-color css
<style>
span { border-color: #CA08EC; }
span { border-color: rgb(202,8,236); }
td.TdClassName
{
border-color: #CA08EC;
}
.TagClassName
{
border-color: #CA08EC;
}
</style>