Shades of Electric Purple #CA29FE
Tints of Electric Purple #CA29FE
RGB
CMYK
RGB Variations
Color information
#CA29FE (or 0xCA29FE) is known color: Electric Purple. HEX triplet: CA, 29 and FE. RGB value is (202,41,254). Sum of RGB (Red+Green+Blue) = 202+41+254=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA29FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA29FE is #35D601. Grayscale: #707070. Windows color (decimal): -3528194 or 16656842. OLE color: 16656842.
HSL color Cylindrical-coordinate representation of color #CA29FE: hue angle of 285.35º 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 #CA29FE is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 41 | 254 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.00 |
| HSL | 285.35º | 0.99% | 0.58% | - |
| HSV(B) | 285.35º | 0.84% | 1% | - |
| XYZ | 43.04 | 21.3 | 95.61 | - |
| YUV | 113.42 | 207.34 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 254 | 0.20 | 0.84 | 0 | 0.00 | 285.35 | 0.99 | 0.58 |
| Hex | CA | 29 | FE | 14 | 54 | 0 | 0 | 11D | 63 | 3A |
| Octal | 312 | 51 | 376 | 24 | 124 | 0 | 0 | 435 | 143 | 72 |
| Binary | 11001010 | 101001 | 11111110 | 10100 | 1010100 | 0 | 0 | 100011101 | 1100011 | 111010 |
Color Harmonies of #CA29FE
Complementary color
Monochromatic Colors of #CA29FE
Black with #CA29FE
Text Example
Text Example
White with #CA29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29FE; }
p { color: rgb(202,41,254); }
H1.HeaderClassName
{
color: #CA29FE;
}
.AnyTagClassName
{
color: #CA29FE;
}
</style>
background-color css
<style>
a { background-color: #CA29FE; }
a { background-color: rgb(202,41,254); }
div.DivClassName
{
background-color: #CA29FE;
}
.BgClassName
{
background-color: #CA29FE;
}
</style>
border-color css
<style>
span { border-color: #CA29FE; }
span { border-color: rgb(202,41,254); }
td.TdClassName
{
border-color: #CA29FE;
}
.TagClassName
{
border-color: #CA29FE;
}
</style>