Shades of Electric Purple #CD28EE
Tints of Electric Purple #CD28EE
RGB
CMYK
RGB Variations
Color information
#CD28EE (or 0xCD28EE) is known color: Electric Purple. HEX triplet: CD, 28 and EE. RGB value is (205,40,238). Sum of RGB (Red+Green+Blue) = 205+40+238=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD28EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD28EE is #32D711. Grayscale: #6F6F6F. Windows color (decimal): -3331858 or 15608013. OLE color: 15608013.
HSL color Cylindrical-coordinate representation of color #CD28EE: hue angle of 290º 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 #CD28EE is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 40 | 238 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.07 |
| HSL | 290º | 0.85% | 0.55% | - |
| HSV(B) | 290º | 0.83% | 0.93% | - |
| XYZ | 41.37 | 20.67 | 82.7 | - |
| YUV | 111.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 238 | 0.14 | 0.83 | 0 | 0.07 | 290 | 0.85 | 0.55 |
| Hex | CD | 28 | EE | E | 53 | 0 | 7 | 122 | 55 | 37 |
| Octal | 315 | 50 | 356 | 16 | 123 | 0 | 7 | 442 | 125 | 67 |
| Binary | 11001101 | 101000 | 11101110 | 1110 | 1010011 | 0 | 111 | 100100010 | 1010101 | 110111 |
Color Harmonies of #CD28EE
Complementary color
Monochromatic Colors of #CD28EE
Black with #CD28EE
Text Example
Text Example
White with #CD28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28EE; }
p { color: rgb(205,40,238); }
H1.HeaderClassName
{
color: #CD28EE;
}
.AnyTagClassName
{
color: #CD28EE;
}
</style>
background-color css
<style>
a { background-color: #CD28EE; }
a { background-color: rgb(205,40,238); }
div.DivClassName
{
background-color: #CD28EE;
}
.BgClassName
{
background-color: #CD28EE;
}
</style>
border-color css
<style>
span { border-color: #CD28EE; }
span { border-color: rgb(205,40,238); }
td.TdClassName
{
border-color: #CD28EE;
}
.TagClassName
{
border-color: #CD28EE;
}
</style>