Shades of Electric Purple #CA28FE
Tints of Electric Purple #CA28FE
RGB
CMYK
RGB Variations
Color information
#CA28FE (or 0xCA28FE) is known color: Electric Purple. HEX triplet: CA, 28 and FE. RGB value is (202,40,254). Sum of RGB (Red+Green+Blue) = 202+40+254=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA28FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA28FE is #35D701. Grayscale: #707070. Windows color (decimal): -3528450 or 16656586. OLE color: 16656586.
HSL color Cylindrical-coordinate representation of color #CA28FE: hue angle of 285.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA28FE is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 40 | 254 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.00 |
| HSL | 285.42º | 0.99% | 0.58% | - |
| HSV(B) | 285.42º | 0.84% | 1% | - |
| XYZ | 43.01 | 21.23 | 95.6 | - |
| YUV | 112.83 | 207.67 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 254 | 0.20 | 0.84 | 0 | 0.00 | 285.42 | 0.99 | 0.58 |
| Hex | CA | 28 | FE | 14 | 54 | 0 | 0 | 11D | 63 | 3A |
| Octal | 312 | 50 | 376 | 24 | 124 | 0 | 0 | 435 | 143 | 72 |
| Binary | 11001010 | 101000 | 11111110 | 10100 | 1010100 | 0 | 0 | 100011101 | 1100011 | 111010 |
Color Harmonies of #CA28FE
Complementary color
Monochromatic Colors of #CA28FE
Black with #CA28FE
Text Example
Text Example
White with #CA28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28FE; }
p { color: rgb(202,40,254); }
H1.HeaderClassName
{
color: #CA28FE;
}
.AnyTagClassName
{
color: #CA28FE;
}
</style>
background-color css
<style>
a { background-color: #CA28FE; }
a { background-color: rgb(202,40,254); }
div.DivClassName
{
background-color: #CA28FE;
}
.BgClassName
{
background-color: #CA28FE;
}
</style>
border-color css
<style>
span { border-color: #CA28FE; }
span { border-color: rgb(202,40,254); }
td.TdClassName
{
border-color: #CA28FE;
}
.TagClassName
{
border-color: #CA28FE;
}
</style>