Shades of Electric Purple #CD28ED
Tints of Electric Purple #CD28ED
RGB
CMYK
RGB Variations
Color information
#CD28ED (or 0xCD28ED) is known color: Electric Purple. HEX triplet: CD, 28 and ED. RGB value is (205,40,237). Sum of RGB (Red+Green+Blue) = 205+40+237=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD28ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD28ED is #32D712. Grayscale: #6F6F6F. Windows color (decimal): -3331859 or 15542477. OLE color: 15542477.
HSL color Cylindrical-coordinate representation of color #CD28ED: hue angle of 290.25º degrees, saturation: 0.85, 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 #CD28ED is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 40 | 237 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.07 |
| HSL | 290.25º | 0.85% | 0.54% | - |
| HSV(B) | 290.25º | 0.83% | 0.93% | - |
| XYZ | 41.22 | 20.61 | 81.93 | - |
| YUV | 111.79 | 198.66 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 237 | 0.14 | 0.83 | 0 | 0.07 | 290.25 | 0.85 | 0.54 |
| Hex | CD | 28 | ED | E | 53 | 0 | 7 | 122 | 55 | 36 |
| Octal | 315 | 50 | 355 | 16 | 123 | 0 | 7 | 442 | 125 | 66 |
| Binary | 11001101 | 101000 | 11101101 | 1110 | 1010011 | 0 | 111 | 100100010 | 1010101 | 110110 |
Color Harmonies of #CD28ED
Complementary color
Monochromatic Colors of #CD28ED
Black with #CD28ED
Text Example
Text Example
White with #CD28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28ED; }
p { color: rgb(205,40,237); }
H1.HeaderClassName
{
color: #CD28ED;
}
.AnyTagClassName
{
color: #CD28ED;
}
</style>
background-color css
<style>
a { background-color: #CD28ED; }
a { background-color: rgb(205,40,237); }
div.DivClassName
{
background-color: #CD28ED;
}
.BgClassName
{
background-color: #CD28ED;
}
</style>
border-color css
<style>
span { border-color: #CD28ED; }
span { border-color: rgb(205,40,237); }
td.TdClassName
{
border-color: #CD28ED;
}
.TagClassName
{
border-color: #CD28ED;
}
</style>