Shades of Electric Purple #CA2BED
Tints of Electric Purple #CA2BED
RGB
CMYK
RGB Variations
Color information
#CA2BED (or 0xCA2BED) is known color: Electric Purple. HEX triplet: CA, 2B and ED. RGB value is (202,43,237). Sum of RGB (Red+Green+Blue) = 202+43+237=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 43 (17.19% from 255 or 8.92% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA2BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2BED is #35D412. Grayscale: #707070. Windows color (decimal): -3527699 or 15543242. OLE color: 15543242.
HSL color Cylindrical-coordinate representation of color #CA2BED: hue angle of 289.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2BED is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 43 | 237 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.07 |
| HSL | 289.18º | 0.84% | 0.55% | - |
| HSV(B) | 289.18º | 0.82% | 0.93% | - |
| XYZ | 40.51 | 20.4 | 81.92 | - |
| YUV | 112.66 | 198.18 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 237 | 0.15 | 0.82 | 0 | 0.07 | 289.18 | 0.84 | 0.55 |
| Hex | CA | 2B | ED | F | 52 | 0 | 7 | 121 | 54 | 37 |
| Octal | 312 | 53 | 355 | 17 | 122 | 0 | 7 | 441 | 124 | 67 |
| Binary | 11001010 | 101011 | 11101101 | 1111 | 1010010 | 0 | 111 | 100100001 | 1010100 | 110111 |
Color Harmonies of #CA2BED
Complementary color
Monochromatic Colors of #CA2BED
Black with #CA2BED
Text Example
Text Example
White with #CA2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BED; }
p { color: rgb(202,43,237); }
H1.HeaderClassName
{
color: #CA2BED;
}
.AnyTagClassName
{
color: #CA2BED;
}
</style>
background-color css
<style>
a { background-color: #CA2BED; }
a { background-color: rgb(202,43,237); }
div.DivClassName
{
background-color: #CA2BED;
}
.BgClassName
{
background-color: #CA2BED;
}
</style>
border-color css
<style>
span { border-color: #CA2BED; }
span { border-color: rgb(202,43,237); }
td.TdClassName
{
border-color: #CA2BED;
}
.TagClassName
{
border-color: #CA2BED;
}
</style>