Shades of Electric Purple #CA0CEB
Tints of Electric Purple #CA0CEB
RGB
CMYK
RGB Variations
Color information
#CA0CEB (or 0xCA0CEB) is known color: Electric Purple. HEX triplet: CA, 0C and EB. RGB value is (202,12,235). Sum of RGB (Red+Green+Blue) = 202+12+235=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA0CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CEB is #35F314. Grayscale: #5D5D5D. Windows color (decimal): -3535637 or 15404234. OLE color: 15404234.
HSL color Cylindrical-coordinate representation of color #CA0CEB: hue angle of 291.12º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0CEB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 12 | 235 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.08 |
| HSL | 291.12º | 0.9% | 0.48% | - |
| HSV(B) | 291.12º | 0.95% | 0.92% | - |
| XYZ | 39.48 | 18.82 | 80.15 | - |
| YUV | 94.23 | 207.45 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 235 | 0.14 | 0.95 | 0 | 0.08 | 291.12 | 0.9 | 0.48 |
| Hex | CA | C | EB | E | 5F | 0 | 8 | 123 | 5A | 30 |
| Octal | 312 | 14 | 353 | 16 | 137 | 0 | 10 | 443 | 132 | 60 |
| Binary | 11001010 | 1100 | 11101011 | 1110 | 1011111 | 0 | 1000 | 100100011 | 1011010 | 110000 |
Color Harmonies of #CA0CEB
Complementary color
Monochromatic Colors of #CA0CEB
Black with #CA0CEB
Text Example
Text Example
White with #CA0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CEB; }
p { color: rgb(202,12,235); }
H1.HeaderClassName
{
color: #CA0CEB;
}
.AnyTagClassName
{
color: #CA0CEB;
}
</style>
background-color css
<style>
a { background-color: #CA0CEB; }
a { background-color: rgb(202,12,235); }
div.DivClassName
{
background-color: #CA0CEB;
}
.BgClassName
{
background-color: #CA0CEB;
}
</style>
border-color css
<style>
span { border-color: #CA0CEB; }
span { border-color: rgb(202,12,235); }
td.TdClassName
{
border-color: #CA0CEB;
}
.TagClassName
{
border-color: #CA0CEB;
}
</style>