Shades of Electric Purple #CA20E8
Tints of Electric Purple #CA20E8
RGB
CMYK
RGB Variations
Color information
#CA20E8 (or 0xCA20E8) is known color: Electric Purple. HEX triplet: CA, 20 and E8. RGB value is (202,32,232). Sum of RGB (Red+Green+Blue) = 202+32+232=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA20E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20E8 is #35DF17. Grayscale: #686868. Windows color (decimal): -3530520 or 15212746. OLE color: 15212746.
HSL color Cylindrical-coordinate representation of color #CA20E8: hue angle of 291º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA20E8 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 32 | 232 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.09 |
| HSL | 291º | 0.81% | 0.52% | - |
| HSV(B) | 291º | 0.86% | 0.91% | - |
| XYZ | 39.44 | 19.42 | 78.01 | - |
| YUV | 105.63 | 199.32 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 232 | 0.13 | 0.86 | 0 | 0.09 | 291 | 0.81 | 0.52 |
| Hex | CA | 20 | E8 | D | 56 | 0 | 9 | 123 | 51 | 34 |
| Octal | 312 | 40 | 350 | 15 | 126 | 0 | 11 | 443 | 121 | 64 |
| Binary | 11001010 | 100000 | 11101000 | 1101 | 1010110 | 0 | 1001 | 100100011 | 1010001 | 110100 |
Color Harmonies of #CA20E8
Complementary color
Monochromatic Colors of #CA20E8
Black with #CA20E8
Text Example
Text Example
White with #CA20E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20E8; }
p { color: rgb(202,32,232); }
H1.HeaderClassName
{
color: #CA20E8;
}
.AnyTagClassName
{
color: #CA20E8;
}
</style>
background-color css
<style>
a { background-color: #CA20E8; }
a { background-color: rgb(202,32,232); }
div.DivClassName
{
background-color: #CA20E8;
}
.BgClassName
{
background-color: #CA20E8;
}
</style>
border-color css
<style>
span { border-color: #CA20E8; }
span { border-color: rgb(202,32,232); }
td.TdClassName
{
border-color: #CA20E8;
}
.TagClassName
{
border-color: #CA20E8;
}
</style>