Shades of Electric Purple #CA25FC
Tints of Electric Purple #CA25FC
RGB
CMYK
RGB Variations
Color information
#CA25FC (or 0xCA25FC) is known color: Electric Purple. HEX triplet: CA, 25 and FC. RGB value is (202,37,252). Sum of RGB (Red+Green+Blue) = 202+37+252=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA25FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA25FC is #35DA03. Grayscale: #6E6E6E. Windows color (decimal): -3529220 or 16524746. OLE color: 16524746.
HSL color Cylindrical-coordinate representation of color #CA25FC: hue angle of 286.05º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA25FC is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 37 | 252 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.01 |
| HSL | 286.05º | 0.97% | 0.57% | - |
| HSV(B) | 286.05º | 0.85% | 0.99% | - |
| XYZ | 42.59 | 20.91 | 93.89 | - |
| YUV | 110.85 | 207.66 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 252 | 0.20 | 0.85 | 0 | 0.01 | 286.05 | 0.97 | 0.57 |
| Hex | CA | 25 | FC | 14 | 55 | 0 | 1 | 11E | 61 | 39 |
| Octal | 312 | 45 | 374 | 24 | 125 | 0 | 1 | 436 | 141 | 71 |
| Binary | 11001010 | 100101 | 11111100 | 10100 | 1010101 | 0 | 1 | 100011110 | 1100001 | 111001 |
Color Harmonies of #CA25FC
Complementary color
Monochromatic Colors of #CA25FC
Black with #CA25FC
Text Example
Text Example
White with #CA25FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25FC; }
p { color: rgb(202,37,252); }
H1.HeaderClassName
{
color: #CA25FC;
}
.AnyTagClassName
{
color: #CA25FC;
}
</style>
background-color css
<style>
a { background-color: #CA25FC; }
a { background-color: rgb(202,37,252); }
div.DivClassName
{
background-color: #CA25FC;
}
.BgClassName
{
background-color: #CA25FC;
}
</style>
border-color css
<style>
span { border-color: #CA25FC; }
span { border-color: rgb(202,37,252); }
td.TdClassName
{
border-color: #CA25FC;
}
.TagClassName
{
border-color: #CA25FC;
}
</style>