Shades of Electric Purple #CA25FA
Tints of Electric Purple #CA25FA
RGB
CMYK
RGB Variations
Color information
#CA25FA (or 0xCA25FA) is known color: Electric Purple. HEX triplet: CA, 25 and FA. RGB value is (202,37,250). Sum of RGB (Red+Green+Blue) = 202+37+250=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 37 (14.84% from 255 or 7.57% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA25FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA25FA is #35DA05. Grayscale: #6D6D6D. Windows color (decimal): -3529222 or 16393674. OLE color: 16393674.
HSL color Cylindrical-coordinate representation of color #CA25FA: hue angle of 286.48º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA25FA is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 37 | 250 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.02 |
| HSL | 286.48º | 0.96% | 0.56% | - |
| HSV(B) | 286.48º | 0.85% | 0.98% | - |
| XYZ | 42.27 | 20.78 | 92.23 | - |
| YUV | 110.62 | 206.66 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 250 | 0.19 | 0.85 | 0 | 0.02 | 286.48 | 0.96 | 0.56 |
| Hex | CA | 25 | FA | 13 | 55 | 0 | 2 | 11E | 60 | 38 |
| Octal | 312 | 45 | 372 | 23 | 125 | 0 | 2 | 436 | 140 | 70 |
| Binary | 11001010 | 100101 | 11111010 | 10011 | 1010101 | 0 | 10 | 100011110 | 1100000 | 111000 |
Color Harmonies of #CA25FA
Complementary color
Monochromatic Colors of #CA25FA
Black with #CA25FA
Text Example
Text Example
White with #CA25FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25FA; }
p { color: rgb(202,37,250); }
H1.HeaderClassName
{
color: #CA25FA;
}
.AnyTagClassName
{
color: #CA25FA;
}
</style>
background-color css
<style>
a { background-color: #CA25FA; }
a { background-color: rgb(202,37,250); }
div.DivClassName
{
background-color: #CA25FA;
}
.BgClassName
{
background-color: #CA25FA;
}
</style>
border-color css
<style>
span { border-color: #CA25FA; }
span { border-color: rgb(202,37,250); }
td.TdClassName
{
border-color: #CA25FA;
}
.TagClassName
{
border-color: #CA25FA;
}
</style>