Shades of Electric Purple #CA26EC
Tints of Electric Purple #CA26EC
RGB
CMYK
RGB Variations
Color information
#CA26EC (or 0xCA26EC) is known color: Electric Purple. HEX triplet: CA, 26 and EC. RGB value is (202,38,236). Sum of RGB (Red+Green+Blue) = 202+38+236=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA26EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA26EC is #35D913. Grayscale: #6C6C6C. Windows color (decimal): -3528980 or 15476426. OLE color: 15476426.
HSL color Cylindrical-coordinate representation of color #CA26EC: hue angle of 289.7º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA26EC is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 38 | 236 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.07 |
| HSL | 289.7º | 0.84% | 0.54% | - |
| HSV(B) | 289.7º | 0.84% | 0.93% | - |
| XYZ | 40.19 | 20 | 81.1 | - |
| YUV | 109.61 | 199.33 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 236 | 0.14 | 0.84 | 0 | 0.07 | 289.7 | 0.84 | 0.54 |
| Hex | CA | 26 | EC | E | 54 | 0 | 7 | 122 | 54 | 36 |
| Octal | 312 | 46 | 354 | 16 | 124 | 0 | 7 | 442 | 124 | 66 |
| Binary | 11001010 | 100110 | 11101100 | 1110 | 1010100 | 0 | 111 | 100100010 | 1010100 | 110110 |
Color Harmonies of #CA26EC
Complementary color
Monochromatic Colors of #CA26EC
Black with #CA26EC
Text Example
Text Example
White with #CA26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26EC; }
p { color: rgb(202,38,236); }
H1.HeaderClassName
{
color: #CA26EC;
}
.AnyTagClassName
{
color: #CA26EC;
}
</style>
background-color css
<style>
a { background-color: #CA26EC; }
a { background-color: rgb(202,38,236); }
div.DivClassName
{
background-color: #CA26EC;
}
.BgClassName
{
background-color: #CA26EC;
}
</style>
border-color css
<style>
span { border-color: #CA26EC; }
span { border-color: rgb(202,38,236); }
td.TdClassName
{
border-color: #CA26EC;
}
.TagClassName
{
border-color: #CA26EC;
}
</style>