Shades of Electric Purple #CA28E6
Tints of Electric Purple #CA28E6
RGB
CMYK
RGB Variations
Color information
#CA28E6 (or 0xCA28E6) is known color: Electric Purple. HEX triplet: CA, 28 and E6. RGB value is (202,40,230). Sum of RGB (Red+Green+Blue) = 202+40+230=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA28E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA28E6 is #35D719. Grayscale: #6D6D6D. Windows color (decimal): -3528474 or 15083722. OLE color: 15083722.
HSL color Cylindrical-coordinate representation of color #CA28E6: hue angle of 291.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA28E6 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 40 | 230 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.10 |
| HSL | 291.16º | 0.79% | 0.53% | - |
| HSV(B) | 291.16º | 0.83% | 0.9% | - |
| XYZ | 39.4 | 19.79 | 76.61 | - |
| YUV | 110.1 | 195.67 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 230 | 0.12 | 0.83 | 0 | 0.10 | 291.16 | 0.79 | 0.53 |
| Hex | CA | 28 | E6 | C | 53 | 0 | A | 123 | 4F | 35 |
| Octal | 312 | 50 | 346 | 14 | 123 | 0 | 12 | 443 | 117 | 65 |
| Binary | 11001010 | 101000 | 11100110 | 1100 | 1010011 | 0 | 1010 | 100100011 | 1001111 | 110101 |
Color Harmonies of #CA28E6
Complementary color
Monochromatic Colors of #CA28E6
Black with #CA28E6
Text Example
Text Example
White with #CA28E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28E6; }
p { color: rgb(202,40,230); }
H1.HeaderClassName
{
color: #CA28E6;
}
.AnyTagClassName
{
color: #CA28E6;
}
</style>
background-color css
<style>
a { background-color: #CA28E6; }
a { background-color: rgb(202,40,230); }
div.DivClassName
{
background-color: #CA28E6;
}
.BgClassName
{
background-color: #CA28E6;
}
</style>
border-color css
<style>
span { border-color: #CA28E6; }
span { border-color: rgb(202,40,230); }
td.TdClassName
{
border-color: #CA28E6;
}
.TagClassName
{
border-color: #CA28E6;
}
</style>