Shades of Electric Purple #CD2DF2
Tints of Electric Purple #CD2DF2
RGB
CMYK
RGB Variations
Color information
#CD2DF2 (or 0xCD2DF2) is known color: Electric Purple. HEX triplet: CD, 2D and F2. RGB value is (205,45,242). Sum of RGB (Red+Green+Blue) = 205+45+242=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 45 (17.97% from 255 or 9.15% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD2DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2DF2 is #32D20D. Grayscale: #727272. Windows color (decimal): -3330574 or 15871437. OLE color: 15871437.
HSL color Cylindrical-coordinate representation of color #CD2DF2: hue angle of 288.73º 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 #CD2DF2 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 45 | 242 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.05 |
| HSL | 288.73º | 0.88% | 0.56% | - |
| HSV(B) | 288.73º | 0.81% | 0.95% | - |
| XYZ | 42.14 | 21.27 | 85.89 | - |
| YUV | 115.3 | 199.51 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 242 | 0.15 | 0.81 | 0 | 0.05 | 288.73 | 0.88 | 0.56 |
| Hex | CD | 2D | F2 | F | 51 | 0 | 5 | 121 | 58 | 38 |
| Octal | 315 | 55 | 362 | 17 | 121 | 0 | 5 | 441 | 130 | 70 |
| Binary | 11001101 | 101101 | 11110010 | 1111 | 1010001 | 0 | 101 | 100100001 | 1011000 | 111000 |
Color Harmonies of #CD2DF2
Complementary color
Monochromatic Colors of #CD2DF2
Black with #CD2DF2
Text Example
Text Example
White with #CD2DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2DF2; }
p { color: rgb(205,45,242); }
H1.HeaderClassName
{
color: #CD2DF2;
}
.AnyTagClassName
{
color: #CD2DF2;
}
</style>
background-color css
<style>
a { background-color: #CD2DF2; }
a { background-color: rgb(205,45,242); }
div.DivClassName
{
background-color: #CD2DF2;
}
.BgClassName
{
background-color: #CD2DF2;
}
</style>
border-color css
<style>
span { border-color: #CD2DF2; }
span { border-color: rgb(205,45,242); }
td.TdClassName
{
border-color: #CD2DF2;
}
.TagClassName
{
border-color: #CD2DF2;
}
</style>