Shades of Electric Purple #CA28FF
Tints of Electric Purple #CA28FF
RGB
CMYK
RGB Variations
Color information
#CA28FF (or 0xCA28FF) is known color: Electric Purple. HEX triplet: CA, 28 and FF. RGB value is (202,40,255). Sum of RGB (Red+Green+Blue) = 202+40+255=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA28FF is #35D700. Grayscale: #707070. Windows color (decimal): -3528449 or 16722122. OLE color: 16722122.
HSL color Cylindrical-coordinate representation of color #CA28FF: hue angle of 285.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA28FF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 40 | 255 | - |
| CMYK | 0.21 | 0.84 | 0 | 0 |
| HSL | 285.21º | 1% | 0.58% | - |
| HSV(B) | 285.21º | 0.84% | 1% | - |
| XYZ | 43.17 | 21.29 | 96.44 | - |
| YUV | 112.95 | 208.17 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 255 | 0.21 | 0.84 | 0 | 0 | 285.21 | 1 | 0.58 |
| Hex | CA | 28 | FF | 15 | 54 | 0 | 0 | 11D | 64 | 3A |
| Octal | 312 | 50 | 377 | 25 | 124 | 0 | 0 | 435 | 144 | 72 |
| Binary | 11001010 | 101000 | 11111111 | 10101 | 1010100 | 0 | 0 | 100011101 | 1100100 | 111010 |
Color Harmonies of #CA28FF
Complementary color
Monochromatic Colors of #CA28FF
Black with #CA28FF
Text Example
Text Example
White with #CA28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28FF; }
p { color: rgb(202,40,255); }
H1.HeaderClassName
{
color: #CA28FF;
}
.AnyTagClassName
{
color: #CA28FF;
}
</style>
background-color css
<style>
a { background-color: #CA28FF; }
a { background-color: rgb(202,40,255); }
div.DivClassName
{
background-color: #CA28FF;
}
.BgClassName
{
background-color: #CA28FF;
}
</style>
border-color css
<style>
span { border-color: #CA28FF; }
span { border-color: rgb(202,40,255); }
td.TdClassName
{
border-color: #CA28FF;
}
.TagClassName
{
border-color: #CA28FF;
}
</style>