Shades of Electric Purple #CA2BEF
Tints of Electric Purple #CA2BEF
RGB
CMYK
RGB Variations
Color information
#CA2BEF (or 0xCA2BEF) is known color: Electric Purple. HEX triplet: CA, 2B and EF. RGB value is (202,43,239). Sum of RGB (Red+Green+Blue) = 202+43+239=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA2BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2BEF is #35D410. Grayscale: #707070. Windows color (decimal): -3527697 or 15674314. OLE color: 15674314.
HSL color Cylindrical-coordinate representation of color #CA2BEF: hue angle of 288.67º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2BEF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 43 | 239 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.06 |
| HSL | 288.67º | 0.86% | 0.55% | - |
| HSV(B) | 288.67º | 0.82% | 0.94% | - |
| XYZ | 40.8 | 20.52 | 83.47 | - |
| YUV | 112.89 | 199.18 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 239 | 0.15 | 0.82 | 0 | 0.06 | 288.67 | 0.86 | 0.55 |
| Hex | CA | 2B | EF | F | 52 | 0 | 6 | 121 | 56 | 37 |
| Octal | 312 | 53 | 357 | 17 | 122 | 0 | 6 | 441 | 126 | 67 |
| Binary | 11001010 | 101011 | 11101111 | 1111 | 1010010 | 0 | 110 | 100100001 | 1010110 | 110111 |
Color Harmonies of #CA2BEF
Complementary color
Monochromatic Colors of #CA2BEF
Black with #CA2BEF
Text Example
Text Example
White with #CA2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BEF; }
p { color: rgb(202,43,239); }
H1.HeaderClassName
{
color: #CA2BEF;
}
.AnyTagClassName
{
color: #CA2BEF;
}
</style>
background-color css
<style>
a { background-color: #CA2BEF; }
a { background-color: rgb(202,43,239); }
div.DivClassName
{
background-color: #CA2BEF;
}
.BgClassName
{
background-color: #CA2BEF;
}
</style>
border-color css
<style>
span { border-color: #CA2BEF; }
span { border-color: rgb(202,43,239); }
td.TdClassName
{
border-color: #CA2BEF;
}
.TagClassName
{
border-color: #CA2BEF;
}
</style>