Shades of Electric Purple #CD28EC
Tints of Electric Purple #CD28EC
RGB
CMYK
RGB Variations
Color information
#CD28EC (or 0xCD28EC) is known color: Electric Purple. HEX triplet: CD, 28 and EC. RGB value is (205,40,236). Sum of RGB (Red+Green+Blue) = 205+40+236=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD28EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD28EC is #32D713. Grayscale: #6F6F6F. Windows color (decimal): -3331860 or 15476941. OLE color: 15476941.
HSL color Cylindrical-coordinate representation of color #CD28EC: hue angle of 290.51º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD28EC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 40 | 236 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.07 |
| HSL | 290.51º | 0.84% | 0.54% | - |
| HSV(B) | 290.51º | 0.83% | 0.93% | - |
| XYZ | 41.08 | 20.55 | 81.16 | - |
| YUV | 111.68 | 198.16 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 236 | 0.13 | 0.83 | 0 | 0.07 | 290.51 | 0.84 | 0.54 |
| Hex | CD | 28 | EC | D | 53 | 0 | 7 | 123 | 54 | 36 |
| Octal | 315 | 50 | 354 | 15 | 123 | 0 | 7 | 443 | 124 | 66 |
| Binary | 11001101 | 101000 | 11101100 | 1101 | 1010011 | 0 | 111 | 100100011 | 1010100 | 110110 |
Color Harmonies of #CD28EC
Complementary color
Monochromatic Colors of #CD28EC
Black with #CD28EC
Text Example
Text Example
White with #CD28EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28EC; }
p { color: rgb(205,40,236); }
H1.HeaderClassName
{
color: #CD28EC;
}
.AnyTagClassName
{
color: #CD28EC;
}
</style>
background-color css
<style>
a { background-color: #CD28EC; }
a { background-color: rgb(205,40,236); }
div.DivClassName
{
background-color: #CD28EC;
}
.BgClassName
{
background-color: #CD28EC;
}
</style>
border-color css
<style>
span { border-color: #CD28EC; }
span { border-color: rgb(205,40,236); }
td.TdClassName
{
border-color: #CD28EC;
}
.TagClassName
{
border-color: #CD28EC;
}
</style>