Shades of Electric Purple #CA0BEB
Tints of Electric Purple #CA0BEB
RGB
CMYK
RGB Variations
Color information
#CA0BEB (or 0xCA0BEB) is known color: Electric Purple. HEX triplet: CA, 0B and EB. RGB value is (202,11,235). Sum of RGB (Red+Green+Blue) = 202+11+235=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA0BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0BEB is #35F414. Grayscale: #5C5C5C. Windows color (decimal): -3535893 or 15403978. OLE color: 15403978.
HSL color Cylindrical-coordinate representation of color #CA0BEB: hue angle of 291.16º degrees, saturation: 0.91, 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 #CA0BEB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 11 | 235 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.08 |
| HSL | 291.16º | 0.91% | 0.48% | - |
| HSV(B) | 291.16º | 0.95% | 0.92% | - |
| XYZ | 39.47 | 18.79 | 80.14 | - |
| YUV | 93.65 | 207.78 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 235 | 0.14 | 0.95 | 0 | 0.08 | 291.16 | 0.91 | 0.48 |
| Hex | CA | B | EB | E | 5F | 0 | 8 | 123 | 5B | 30 |
| Octal | 312 | 13 | 353 | 16 | 137 | 0 | 10 | 443 | 133 | 60 |
| Binary | 11001010 | 1011 | 11101011 | 1110 | 1011111 | 0 | 1000 | 100100011 | 1011011 | 110000 |
Color Harmonies of #CA0BEB
Complementary color
Monochromatic Colors of #CA0BEB
Black with #CA0BEB
Text Example
Text Example
White with #CA0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BEB; }
p { color: rgb(202,11,235); }
H1.HeaderClassName
{
color: #CA0BEB;
}
.AnyTagClassName
{
color: #CA0BEB;
}
</style>
background-color css
<style>
a { background-color: #CA0BEB; }
a { background-color: rgb(202,11,235); }
div.DivClassName
{
background-color: #CA0BEB;
}
.BgClassName
{
background-color: #CA0BEB;
}
</style>
border-color css
<style>
span { border-color: #CA0BEB; }
span { border-color: rgb(202,11,235); }
td.TdClassName
{
border-color: #CA0BEB;
}
.TagClassName
{
border-color: #CA0BEB;
}
</style>