Shades of Electric Purple #CA25FF
Tints of Electric Purple #CA25FF
RGB
CMYK
RGB Variations
Color information
#CA25FF (or 0xCA25FF) is known color: Electric Purple. HEX triplet: CA, 25 and FF. RGB value is (202,37,255). Sum of RGB (Red+Green+Blue) = 202+37+255=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 37 (14.84% from 255 or 7.49% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA25FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA25FF is #35DA00. Grayscale: #6E6E6E. Windows color (decimal): -3529217 or 16721354. OLE color: 16721354.
HSL color Cylindrical-coordinate representation of color #CA25FF: hue angle of 285.41º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA25FF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 37 | 255 | - |
| CMYK | 0.21 | 0.85 | 0 | 0 |
| HSL | 285.41º | 1% | 0.57% | - |
| HSV(B) | 285.41º | 0.85% | 1% | - |
| XYZ | 43.07 | 21.1 | 96.41 | - |
| YUV | 111.19 | 209.16 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 255 | 0.21 | 0.85 | 0 | 0 | 285.41 | 1 | 0.57 |
| Hex | CA | 25 | FF | 15 | 55 | 0 | 0 | 11D | 64 | 39 |
| Octal | 312 | 45 | 377 | 25 | 125 | 0 | 0 | 435 | 144 | 71 |
| Binary | 11001010 | 100101 | 11111111 | 10101 | 1010101 | 0 | 0 | 100011101 | 1100100 | 111001 |
Color Harmonies of #CA25FF
Complementary color
Monochromatic Colors of #CA25FF
Black with #CA25FF
Text Example
Text Example
White with #CA25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25FF; }
p { color: rgb(202,37,255); }
H1.HeaderClassName
{
color: #CA25FF;
}
.AnyTagClassName
{
color: #CA25FF;
}
</style>
background-color css
<style>
a { background-color: #CA25FF; }
a { background-color: rgb(202,37,255); }
div.DivClassName
{
background-color: #CA25FF;
}
.BgClassName
{
background-color: #CA25FF;
}
</style>
border-color css
<style>
span { border-color: #CA25FF; }
span { border-color: rgb(202,37,255); }
td.TdClassName
{
border-color: #CA25FF;
}
.TagClassName
{
border-color: #CA25FF;
}
</style>