Shades of Electric Purple #CD2CFD
Tints of Electric Purple #CD2CFD
RGB
CMYK
RGB Variations
Color information
#CD2CFD (or 0xCD2CFD) is known color: Electric Purple. HEX triplet: CD, 2C and FD. RGB value is (205,44,253). Sum of RGB (Red+Green+Blue) = 205+44+253=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 44 (17.58% from 255 or 8.76% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD2CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2CFD is #32D302. Grayscale: #737373. Windows color (decimal): -3330819 or 16592077. OLE color: 16592077.
HSL color Cylindrical-coordinate representation of color #CD2CFD: hue angle of 286.22º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD2CFD is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 44 | 253 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.01 |
| HSL | 286.22º | 0.98% | 0.58% | - |
| HSV(B) | 286.22º | 0.83% | 0.99% | - |
| XYZ | 43.81 | 21.87 | 94.84 | - |
| YUV | 115.97 | 205.34 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 253 | 0.19 | 0.83 | 0 | 0.01 | 286.22 | 0.98 | 0.58 |
| Hex | CD | 2C | FD | 13 | 53 | 0 | 1 | 11E | 62 | 3A |
| Octal | 315 | 54 | 375 | 23 | 123 | 0 | 1 | 436 | 142 | 72 |
| Binary | 11001101 | 101100 | 11111101 | 10011 | 1010011 | 0 | 1 | 100011110 | 1100010 | 111010 |
Color Harmonies of #CD2CFD
Complementary color
Monochromatic Colors of #CD2CFD
Black with #CD2CFD
Text Example
Text Example
White with #CD2CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2CFD; }
p { color: rgb(205,44,253); }
H1.HeaderClassName
{
color: #CD2CFD;
}
.AnyTagClassName
{
color: #CD2CFD;
}
</style>
background-color css
<style>
a { background-color: #CD2CFD; }
a { background-color: rgb(205,44,253); }
div.DivClassName
{
background-color: #CD2CFD;
}
.BgClassName
{
background-color: #CD2CFD;
}
</style>
border-color css
<style>
span { border-color: #CD2CFD; }
span { border-color: rgb(205,44,253); }
td.TdClassName
{
border-color: #CD2CFD;
}
.TagClassName
{
border-color: #CD2CFD;
}
</style>