Shades of Electric Purple #CA2CEB
Tints of Electric Purple #CA2CEB
RGB
CMYK
RGB Variations
Color information
#CA2CEB (or 0xCA2CEB) is known color: Electric Purple. HEX triplet: CA, 2C and EB. RGB value is (202,44,235). Sum of RGB (Red+Green+Blue) = 202+44+235=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA2CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2CEB is #35D314. Grayscale: #707070. Windows color (decimal): -3527445 or 15412426. OLE color: 15412426.
HSL color Cylindrical-coordinate representation of color #CA2CEB: hue angle of 289.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2CEB is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 44 | 235 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.08 |
| HSL | 289.63º | 0.83% | 0.55% | - |
| HSV(B) | 289.63º | 0.81% | 0.92% | - |
| XYZ | 40.25 | 20.36 | 80.4 | - |
| YUV | 113.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 235 | 0.14 | 0.81 | 0 | 0.08 | 289.63 | 0.83 | 0.55 |
| Hex | CA | 2C | EB | E | 51 | 0 | 8 | 122 | 53 | 37 |
| Octal | 312 | 54 | 353 | 16 | 121 | 0 | 10 | 442 | 123 | 67 |
| Binary | 11001010 | 101100 | 11101011 | 1110 | 1010001 | 0 | 1000 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CA2CEB
Complementary color
Monochromatic Colors of #CA2CEB
Black with #CA2CEB
Text Example
Text Example
White with #CA2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CEB; }
p { color: rgb(202,44,235); }
H1.HeaderClassName
{
color: #CA2CEB;
}
.AnyTagClassName
{
color: #CA2CEB;
}
</style>
background-color css
<style>
a { background-color: #CA2CEB; }
a { background-color: rgb(202,44,235); }
div.DivClassName
{
background-color: #CA2CEB;
}
.BgClassName
{
background-color: #CA2CEB;
}
</style>
border-color css
<style>
span { border-color: #CA2CEB; }
span { border-color: rgb(202,44,235); }
td.TdClassName
{
border-color: #CA2CEB;
}
.TagClassName
{
border-color: #CA2CEB;
}
</style>