Shades of Electric Purple #CD29EC
Tints of Electric Purple #CD29EC
RGB
CMYK
RGB Variations
Color information
#CD29EC (or 0xCD29EC) is known color: Electric Purple. HEX triplet: CD, 29 and EC. RGB value is (205,41,236). Sum of RGB (Red+Green+Blue) = 205+41+236=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD29EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD29EC is #32D613. Grayscale: #6F6F6F. Windows color (decimal): -3331604 or 15477197. OLE color: 15477197.
HSL color Cylindrical-coordinate representation of color #CD29EC: hue angle of 290.46º 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 #CD29EC is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 41 | 236 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.07 |
| HSL | 290.46º | 0.84% | 0.54% | - |
| HSV(B) | 290.46º | 0.83% | 0.93% | - |
| XYZ | 41.11 | 20.62 | 81.17 | - |
| YUV | 112.27 | 197.83 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 236 | 0.13 | 0.83 | 0 | 0.07 | 290.46 | 0.84 | 0.54 |
| Hex | CD | 29 | EC | D | 53 | 0 | 7 | 122 | 54 | 36 |
| Octal | 315 | 51 | 354 | 15 | 123 | 0 | 7 | 442 | 124 | 66 |
| Binary | 11001101 | 101001 | 11101100 | 1101 | 1010011 | 0 | 111 | 100100010 | 1010100 | 110110 |
Color Harmonies of #CD29EC
Complementary color
Monochromatic Colors of #CD29EC
Black with #CD29EC
Text Example
Text Example
White with #CD29EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD29EC; }
p { color: rgb(205,41,236); }
H1.HeaderClassName
{
color: #CD29EC;
}
.AnyTagClassName
{
color: #CD29EC;
}
</style>
background-color css
<style>
a { background-color: #CD29EC; }
a { background-color: rgb(205,41,236); }
div.DivClassName
{
background-color: #CD29EC;
}
.BgClassName
{
background-color: #CD29EC;
}
</style>
border-color css
<style>
span { border-color: #CD29EC; }
span { border-color: rgb(205,41,236); }
td.TdClassName
{
border-color: #CD29EC;
}
.TagClassName
{
border-color: #CD29EC;
}
</style>