Shades of Electric Purple #CA2CFA
Tints of Electric Purple #CA2CFA
RGB
CMYK
RGB Variations
Color information
#CA2CFA (or 0xCA2CFA) is known color: Electric Purple. HEX triplet: CA, 2C and FA. RGB value is (202,44,250). Sum of RGB (Red+Green+Blue) = 202+44+250=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA2CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2CFA is #35D305. Grayscale: #727272. Windows color (decimal): -3527430 or 16395466. OLE color: 16395466.
HSL color Cylindrical-coordinate representation of color #CA2CFA: hue angle of 286.02º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2CFA is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 44 | 250 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.02 |
| HSL | 286.02º | 0.95% | 0.58% | - |
| HSV(B) | 286.02º | 0.82% | 0.98% | - |
| XYZ | 42.51 | 21.26 | 92.31 | - |
| YUV | 114.73 | 204.35 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 250 | 0.19 | 0.82 | 0 | 0.02 | 286.02 | 0.95 | 0.58 |
| Hex | CA | 2C | FA | 13 | 52 | 0 | 2 | 11E | 5F | 3A |
| Octal | 312 | 54 | 372 | 23 | 122 | 0 | 2 | 436 | 137 | 72 |
| Binary | 11001010 | 101100 | 11111010 | 10011 | 1010010 | 0 | 10 | 100011110 | 1011111 | 111010 |
Color Harmonies of #CA2CFA
Complementary color
Monochromatic Colors of #CA2CFA
Black with #CA2CFA
Text Example
Text Example
White with #CA2CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CFA; }
p { color: rgb(202,44,250); }
H1.HeaderClassName
{
color: #CA2CFA;
}
.AnyTagClassName
{
color: #CA2CFA;
}
</style>
background-color css
<style>
a { background-color: #CA2CFA; }
a { background-color: rgb(202,44,250); }
div.DivClassName
{
background-color: #CA2CFA;
}
.BgClassName
{
background-color: #CA2CFA;
}
</style>
border-color css
<style>
span { border-color: #CA2CFA; }
span { border-color: rgb(202,44,250); }
td.TdClassName
{
border-color: #CA2CFA;
}
.TagClassName
{
border-color: #CA2CFA;
}
</style>