Shades of Electric Purple #CA20EF
Tints of Electric Purple #CA20EF
RGB
CMYK
RGB Variations
Color information
#CA20EF (or 0xCA20EF) is known color: Electric Purple. HEX triplet: CA, 20 and EF. RGB value is (202,32,239). Sum of RGB (Red+Green+Blue) = 202+32+239=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20EF is #35DF10. Grayscale: #696969. Windows color (decimal): -3530513 or 15671498. OLE color: 15671498.
HSL color Cylindrical-coordinate representation of color #CA20EF: hue angle of 289.28º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA20EF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 32 | 239 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.06 |
| HSL | 289.28º | 0.87% | 0.53% | - |
| HSV(B) | 289.28º | 0.87% | 0.94% | - |
| XYZ | 40.45 | 19.82 | 83.36 | - |
| YUV | 106.43 | 202.82 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 239 | 0.15 | 0.87 | 0 | 0.06 | 289.28 | 0.87 | 0.53 |
| Hex | CA | 20 | EF | F | 57 | 0 | 6 | 121 | 57 | 35 |
| Octal | 312 | 40 | 357 | 17 | 127 | 0 | 6 | 441 | 127 | 65 |
| Binary | 11001010 | 100000 | 11101111 | 1111 | 1010111 | 0 | 110 | 100100001 | 1010111 | 110101 |
Color Harmonies of #CA20EF
Complementary color
Monochromatic Colors of #CA20EF
Black with #CA20EF
Text Example
Text Example
White with #CA20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20EF; }
p { color: rgb(202,32,239); }
H1.HeaderClassName
{
color: #CA20EF;
}
.AnyTagClassName
{
color: #CA20EF;
}
</style>
background-color css
<style>
a { background-color: #CA20EF; }
a { background-color: rgb(202,32,239); }
div.DivClassName
{
background-color: #CA20EF;
}
.BgClassName
{
background-color: #CA20EF;
}
</style>
border-color css
<style>
span { border-color: #CA20EF; }
span { border-color: rgb(202,32,239); }
td.TdClassName
{
border-color: #CA20EF;
}
.TagClassName
{
border-color: #CA20EF;
}
</style>