Shades of Electric Purple #CA26FE
Tints of Electric Purple #CA26FE
RGB
CMYK
RGB Variations
Color information
#CA26FE (or 0xCA26FE) is known color: Electric Purple. HEX triplet: CA, 26 and FE. RGB value is (202,38,254). Sum of RGB (Red+Green+Blue) = 202+38+254=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 38 (15.23% from 255 or 7.69% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA26FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA26FE is #35D901. Grayscale: #6E6E6E. Windows color (decimal): -3528962 or 16656074. OLE color: 16656074.
HSL color Cylindrical-coordinate representation of color #CA26FE: hue angle of 285.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA26FE is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 38 | 254 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.00 |
| HSL | 285.56º | 0.99% | 0.57% | - |
| HSV(B) | 285.56º | 0.85% | 1% | - |
| XYZ | 42.94 | 21.1 | 95.58 | - |
| YUV | 111.66 | 208.33 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 254 | 0.20 | 0.85 | 0 | 0.00 | 285.56 | 0.99 | 0.57 |
| Hex | CA | 26 | FE | 14 | 55 | 0 | 0 | 11E | 63 | 39 |
| Octal | 312 | 46 | 376 | 24 | 125 | 0 | 0 | 436 | 143 | 71 |
| Binary | 11001010 | 100110 | 11111110 | 10100 | 1010101 | 0 | 0 | 100011110 | 1100011 | 111001 |
Color Harmonies of #CA26FE
Complementary color
Monochromatic Colors of #CA26FE
Black with #CA26FE
Text Example
Text Example
White with #CA26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26FE; }
p { color: rgb(202,38,254); }
H1.HeaderClassName
{
color: #CA26FE;
}
.AnyTagClassName
{
color: #CA26FE;
}
</style>
background-color css
<style>
a { background-color: #CA26FE; }
a { background-color: rgb(202,38,254); }
div.DivClassName
{
background-color: #CA26FE;
}
.BgClassName
{
background-color: #CA26FE;
}
</style>
border-color css
<style>
span { border-color: #CA26FE; }
span { border-color: rgb(202,38,254); }
td.TdClassName
{
border-color: #CA26FE;
}
.TagClassName
{
border-color: #CA26FE;
}
</style>