Shades of Electric Purple #CD2CEF
Tints of Electric Purple #CD2CEF
RGB
CMYK
RGB Variations
Color information
#CD2CEF (or 0xCD2CEF) is known color: Electric Purple. HEX triplet: CD, 2C and EF. RGB value is (205,44,239). Sum of RGB (Red+Green+Blue) = 205+44+239=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD2CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2CEF is #32D310. Grayscale: #717171. Windows color (decimal): -3330833 or 15674573. OLE color: 15674573.
HSL color Cylindrical-coordinate representation of color #CD2CEF: hue angle of 289.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2CEF is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 44 | 239 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.06 |
| HSL | 289.54º | 0.86% | 0.55% | - |
| HSV(B) | 289.54º | 0.82% | 0.94% | - |
| XYZ | 41.66 | 21.01 | 83.52 | - |
| YUV | 114.37 | 198.34 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 239 | 0.14 | 0.82 | 0 | 0.06 | 289.54 | 0.86 | 0.55 |
| Hex | CD | 2C | EF | E | 52 | 0 | 6 | 122 | 56 | 37 |
| Octal | 315 | 54 | 357 | 16 | 122 | 0 | 6 | 442 | 126 | 67 |
| Binary | 11001101 | 101100 | 11101111 | 1110 | 1010010 | 0 | 110 | 100100010 | 1010110 | 110111 |
Color Harmonies of #CD2CEF
Complementary color
Monochromatic Colors of #CD2CEF
Black with #CD2CEF
Text Example
Text Example
White with #CD2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2CEF; }
p { color: rgb(205,44,239); }
H1.HeaderClassName
{
color: #CD2CEF;
}
.AnyTagClassName
{
color: #CD2CEF;
}
</style>
background-color css
<style>
a { background-color: #CD2CEF; }
a { background-color: rgb(205,44,239); }
div.DivClassName
{
background-color: #CD2CEF;
}
.BgClassName
{
background-color: #CD2CEF;
}
</style>
border-color css
<style>
span { border-color: #CD2CEF; }
span { border-color: rgb(205,44,239); }
td.TdClassName
{
border-color: #CD2CEF;
}
.TagClassName
{
border-color: #CD2CEF;
}
</style>