Shades of Electric Purple #CA20FA
Tints of Electric Purple #CA20FA
RGB
CMYK
RGB Variations
Color information
#CA20FA (or 0xCA20FA) is known color: Electric Purple. HEX triplet: CA, 20 and FA. RGB value is (202,32,250). Sum of RGB (Red+Green+Blue) = 202+32+250=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA20FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20FA is #35DF05. Grayscale: #6A6A6A. Windows color (decimal): -3530502 or 16392394. OLE color: 16392394.
HSL color Cylindrical-coordinate representation of color #CA20FA: hue angle of 286.79º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA20FA is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 32 | 250 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.02 |
| HSL | 286.79º | 0.96% | 0.55% | - |
| HSV(B) | 286.79º | 0.87% | 0.98% | - |
| XYZ | 42.13 | 20.49 | 92.18 | - |
| YUV | 107.68 | 208.32 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 250 | 0.19 | 0.87 | 0 | 0.02 | 286.79 | 0.96 | 0.55 |
| Hex | CA | 20 | FA | 13 | 57 | 0 | 2 | 11F | 60 | 37 |
| Octal | 312 | 40 | 372 | 23 | 127 | 0 | 2 | 437 | 140 | 67 |
| Binary | 11001010 | 100000 | 11111010 | 10011 | 1010111 | 0 | 10 | 100011111 | 1100000 | 110111 |
Color Harmonies of #CA20FA
Complementary color
Monochromatic Colors of #CA20FA
Black with #CA20FA
Text Example
Text Example
White with #CA20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20FA; }
p { color: rgb(202,32,250); }
H1.HeaderClassName
{
color: #CA20FA;
}
.AnyTagClassName
{
color: #CA20FA;
}
</style>
background-color css
<style>
a { background-color: #CA20FA; }
a { background-color: rgb(202,32,250); }
div.DivClassName
{
background-color: #CA20FA;
}
.BgClassName
{
background-color: #CA20FA;
}
</style>
border-color css
<style>
span { border-color: #CA20FA; }
span { border-color: rgb(202,32,250); }
td.TdClassName
{
border-color: #CA20FA;
}
.TagClassName
{
border-color: #CA20FA;
}
</style>