Shades of Electric Purple #CD2EEF
Tints of Electric Purple #CD2EEF
RGB
CMYK
RGB Variations
Color information
#CD2EEF (or 0xCD2EEF) is known color: Electric Purple. HEX triplet: CD, 2E and EF. RGB value is (205,46,239). Sum of RGB (Red+Green+Blue) = 205+46+239=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2EEF is #32D110. Grayscale: #727272. Windows color (decimal): -3330321 or 15675085. OLE color: 15675085.
HSL color Cylindrical-coordinate representation of color #CD2EEF: hue angle of 289.43º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2EEF is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 46 | 239 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.06 |
| HSL | 289.43º | 0.86% | 0.56% | - |
| HSV(B) | 289.43º | 0.81% | 0.94% | - |
| XYZ | 41.73 | 21.17 | 83.55 | - |
| YUV | 115.54 | 197.68 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 239 | 0.14 | 0.81 | 0 | 0.06 | 289.43 | 0.86 | 0.56 |
| Hex | CD | 2E | EF | E | 51 | 0 | 6 | 121 | 56 | 38 |
| Octal | 315 | 56 | 357 | 16 | 121 | 0 | 6 | 441 | 126 | 70 |
| Binary | 11001101 | 101110 | 11101111 | 1110 | 1010001 | 0 | 110 | 100100001 | 1010110 | 111000 |
Color Harmonies of #CD2EEF
Complementary color
Monochromatic Colors of #CD2EEF
Black with #CD2EEF
Text Example
Text Example
White with #CD2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EEF; }
p { color: rgb(205,46,239); }
H1.HeaderClassName
{
color: #CD2EEF;
}
.AnyTagClassName
{
color: #CD2EEF;
}
</style>
background-color css
<style>
a { background-color: #CD2EEF; }
a { background-color: rgb(205,46,239); }
div.DivClassName
{
background-color: #CD2EEF;
}
.BgClassName
{
background-color: #CD2EEF;
}
</style>
border-color css
<style>
span { border-color: #CD2EEF; }
span { border-color: rgb(205,46,239); }
td.TdClassName
{
border-color: #CD2EEF;
}
.TagClassName
{
border-color: #CD2EEF;
}
</style>