Shades of Electric Purple #CD2DF1
Tints of Electric Purple #CD2DF1
RGB
CMYK
RGB Variations
Color information
#CD2DF1 (or 0xCD2DF1) is known color: Electric Purple. HEX triplet: CD, 2D and F1. RGB value is (205,45,241). Sum of RGB (Red+Green+Blue) = 205+45+241=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD2DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2DF1 is #32D20E. Grayscale: #727272. Windows color (decimal): -3330575 or 15805901. OLE color: 15805901.
HSL color Cylindrical-coordinate representation of color #CD2DF1: hue angle of 288.98º 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 #CD2DF1 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 45 | 241 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.05 |
| HSL | 288.98º | 0.88% | 0.56% | - |
| HSV(B) | 288.98º | 0.81% | 0.95% | - |
| XYZ | 41.99 | 21.21 | 85.1 | - |
| YUV | 115.18 | 199.01 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 241 | 0.15 | 0.81 | 0 | 0.05 | 288.98 | 0.88 | 0.56 |
| Hex | CD | 2D | F1 | F | 51 | 0 | 5 | 121 | 58 | 38 |
| Octal | 315 | 55 | 361 | 17 | 121 | 0 | 5 | 441 | 130 | 70 |
| Binary | 11001101 | 101101 | 11110001 | 1111 | 1010001 | 0 | 101 | 100100001 | 1011000 | 111000 |
Color Harmonies of #CD2DF1
Complementary color
Monochromatic Colors of #CD2DF1
Black with #CD2DF1
Text Example
Text Example
White with #CD2DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2DF1; }
p { color: rgb(205,45,241); }
H1.HeaderClassName
{
color: #CD2DF1;
}
.AnyTagClassName
{
color: #CD2DF1;
}
</style>
background-color css
<style>
a { background-color: #CD2DF1; }
a { background-color: rgb(205,45,241); }
div.DivClassName
{
background-color: #CD2DF1;
}
.BgClassName
{
background-color: #CD2DF1;
}
</style>
border-color css
<style>
span { border-color: #CD2DF1; }
span { border-color: rgb(205,45,241); }
td.TdClassName
{
border-color: #CD2DF1;
}
.TagClassName
{
border-color: #CD2DF1;
}
</style>