Shades of Electric Purple #CA28EB
Tints of Electric Purple #CA28EB
RGB
CMYK
RGB Variations
Color information
#CA28EB (or 0xCA28EB) is known color: Electric Purple. HEX triplet: CA, 28 and EB. RGB value is (202,40,235). Sum of RGB (Red+Green+Blue) = 202+40+235=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA28EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA28EB is #35D714. Grayscale: #6E6E6E. Windows color (decimal): -3528469 or 15411402. OLE color: 15411402.
HSL color Cylindrical-coordinate representation of color #CA28EB: hue angle of 289.85º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA28EB is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 40 | 235 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.08 |
| HSL | 289.85º | 0.83% | 0.54% | - |
| HSV(B) | 289.85º | 0.83% | 0.92% | - |
| XYZ | 40.11 | 20.07 | 80.36 | - |
| YUV | 110.67 | 198.17 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 235 | 0.14 | 0.83 | 0 | 0.08 | 289.85 | 0.83 | 0.54 |
| Hex | CA | 28 | EB | E | 53 | 0 | 8 | 122 | 53 | 36 |
| Octal | 312 | 50 | 353 | 16 | 123 | 0 | 10 | 442 | 123 | 66 |
| Binary | 11001010 | 101000 | 11101011 | 1110 | 1010011 | 0 | 1000 | 100100010 | 1010011 | 110110 |
Color Harmonies of #CA28EB
Complementary color
Monochromatic Colors of #CA28EB
Black with #CA28EB
Text Example
Text Example
White with #CA28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28EB; }
p { color: rgb(202,40,235); }
H1.HeaderClassName
{
color: #CA28EB;
}
.AnyTagClassName
{
color: #CA28EB;
}
</style>
background-color css
<style>
a { background-color: #CA28EB; }
a { background-color: rgb(202,40,235); }
div.DivClassName
{
background-color: #CA28EB;
}
.BgClassName
{
background-color: #CA28EB;
}
</style>
border-color css
<style>
span { border-color: #CA28EB; }
span { border-color: rgb(202,40,235); }
td.TdClassName
{
border-color: #CA28EB;
}
.TagClassName
{
border-color: #CA28EB;
}
</style>