Shades of Electric Purple #CA0BEA
Tints of Electric Purple #CA0BEA
RGB
CMYK
RGB Variations
Color information
#CA0BEA (or 0xCA0BEA) is known color: Electric Purple. HEX triplet: CA, 0B and EA. RGB value is (202,11,234). Sum of RGB (Red+Green+Blue) = 202+11+234=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA0BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0BEA is #35F415. Grayscale: #5C5C5C. Windows color (decimal): -3535894 or 15338442. OLE color: 15338442.
HSL color Cylindrical-coordinate representation of color #CA0BEA: hue angle of 291.39º 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 #CA0BEA is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 11 | 234 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.08 |
| HSL | 291.39º | 0.91% | 0.48% | - |
| HSV(B) | 291.39º | 0.95% | 0.92% | - |
| XYZ | 39.33 | 18.74 | 79.39 | - |
| YUV | 93.53 | 207.28 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 234 | 0.14 | 0.95 | 0 | 0.08 | 291.39 | 0.91 | 0.48 |
| Hex | CA | B | EA | E | 5F | 0 | 8 | 123 | 5B | 30 |
| Octal | 312 | 13 | 352 | 16 | 137 | 0 | 10 | 443 | 133 | 60 |
| Binary | 11001010 | 1011 | 11101010 | 1110 | 1011111 | 0 | 1000 | 100100011 | 1011011 | 110000 |
Color Harmonies of #CA0BEA
Complementary color
Monochromatic Colors of #CA0BEA
Black with #CA0BEA
Text Example
Text Example
White with #CA0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BEA; }
p { color: rgb(202,11,234); }
H1.HeaderClassName
{
color: #CA0BEA;
}
.AnyTagClassName
{
color: #CA0BEA;
}
</style>
background-color css
<style>
a { background-color: #CA0BEA; }
a { background-color: rgb(202,11,234); }
div.DivClassName
{
background-color: #CA0BEA;
}
.BgClassName
{
background-color: #CA0BEA;
}
</style>
border-color css
<style>
span { border-color: #CA0BEA; }
span { border-color: rgb(202,11,234); }
td.TdClassName
{
border-color: #CA0BEA;
}
.TagClassName
{
border-color: #CA0BEA;
}
</style>