Shades of Electric Purple #CA28EE
Tints of Electric Purple #CA28EE
RGB
CMYK
RGB Variations
Color information
#CA28EE (or 0xCA28EE) is known color: Electric Purple. HEX triplet: CA, 28 and EE. RGB value is (202,40,238). Sum of RGB (Red+Green+Blue) = 202+40+238=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA28EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA28EE is #35D711. Grayscale: #6E6E6E. Windows color (decimal): -3528466 or 15608010. OLE color: 15608010.
HSL color Cylindrical-coordinate representation of color #CA28EE: hue angle of 289.09º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA28EE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 40 | 238 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.07 |
| HSL | 289.09º | 0.85% | 0.55% | - |
| HSV(B) | 289.09º | 0.83% | 0.93% | - |
| XYZ | 40.55 | 20.25 | 82.66 | - |
| YUV | 111.01 | 199.67 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 238 | 0.15 | 0.83 | 0 | 0.07 | 289.09 | 0.85 | 0.55 |
| Hex | CA | 28 | EE | F | 53 | 0 | 7 | 121 | 55 | 37 |
| Octal | 312 | 50 | 356 | 17 | 123 | 0 | 7 | 441 | 125 | 67 |
| Binary | 11001010 | 101000 | 11101110 | 1111 | 1010011 | 0 | 111 | 100100001 | 1010101 | 110111 |
Color Harmonies of #CA28EE
Complementary color
Monochromatic Colors of #CA28EE
Black with #CA28EE
Text Example
Text Example
White with #CA28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28EE; }
p { color: rgb(202,40,238); }
H1.HeaderClassName
{
color: #CA28EE;
}
.AnyTagClassName
{
color: #CA28EE;
}
</style>
background-color css
<style>
a { background-color: #CA28EE; }
a { background-color: rgb(202,40,238); }
div.DivClassName
{
background-color: #CA28EE;
}
.BgClassName
{
background-color: #CA28EE;
}
</style>
border-color css
<style>
span { border-color: #CA28EE; }
span { border-color: rgb(202,40,238); }
td.TdClassName
{
border-color: #CA28EE;
}
.TagClassName
{
border-color: #CA28EE;
}
</style>