Shades of Electric Purple #CD2EF2
Tints of Electric Purple #CD2EF2
RGB
CMYK
RGB Variations
Color information
#CD2EF2 (or 0xCD2EF2) is known color: Electric Purple. HEX triplet: CD, 2E and F2. RGB value is (205,46,242). Sum of RGB (Red+Green+Blue) = 205+46+242=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD2EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2EF2 is #32D10D. Grayscale: #737373. Windows color (decimal): -3330318 or 15871693. OLE color: 15871693.
HSL color Cylindrical-coordinate representation of color #CD2EF2: hue angle of 288.67º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2EF2 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 46 | 242 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.05 |
| HSL | 288.67º | 0.88% | 0.56% | - |
| HSV(B) | 288.67º | 0.81% | 0.95% | - |
| XYZ | 42.18 | 21.34 | 85.9 | - |
| YUV | 115.89 | 199.18 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 242 | 0.15 | 0.81 | 0 | 0.05 | 288.67 | 0.88 | 0.56 |
| Hex | CD | 2E | F2 | F | 51 | 0 | 5 | 121 | 58 | 38 |
| Octal | 315 | 56 | 362 | 17 | 121 | 0 | 5 | 441 | 130 | 70 |
| Binary | 11001101 | 101110 | 11110010 | 1111 | 1010001 | 0 | 101 | 100100001 | 1011000 | 111000 |
Color Harmonies of #CD2EF2
Complementary color
Monochromatic Colors of #CD2EF2
Black with #CD2EF2
Text Example
Text Example
White with #CD2EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EF2; }
p { color: rgb(205,46,242); }
H1.HeaderClassName
{
color: #CD2EF2;
}
.AnyTagClassName
{
color: #CD2EF2;
}
</style>
background-color css
<style>
a { background-color: #CD2EF2; }
a { background-color: rgb(205,46,242); }
div.DivClassName
{
background-color: #CD2EF2;
}
.BgClassName
{
background-color: #CD2EF2;
}
</style>
border-color css
<style>
span { border-color: #CD2EF2; }
span { border-color: rgb(205,46,242); }
td.TdClassName
{
border-color: #CD2EF2;
}
.TagClassName
{
border-color: #CD2EF2;
}
</style>