Shades of Electric Purple #CD32FD
Tints of Electric Purple #CD32FD
RGB
CMYK
RGB Variations
Color information
#CD32FD (or 0xCD32FD) is known color: Electric Purple. HEX triplet: CD, 32 and FD. RGB value is (205,50,253). Sum of RGB (Red+Green+Blue) = 205+50+253=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 50 (19.92% from 255 or 9.84% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32FD is #32CD02. Grayscale: #767676. Windows color (decimal): -3329283 or 16593613. OLE color: 16593613.
HSL color Cylindrical-coordinate representation of color #CD32FD: hue angle of 285.81º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD32FD is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 50 | 253 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.01 |
| HSL | 285.81º | 0.98% | 0.59% | - |
| HSV(B) | 285.81º | 0.8% | 0.99% | - |
| XYZ | 44.05 | 22.35 | 94.92 | - |
| YUV | 119.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 253 | 0.19 | 0.80 | 0 | 0.01 | 285.81 | 0.98 | 0.59 |
| Hex | CD | 32 | FD | 13 | 50 | 0 | 1 | 11E | 62 | 3B |
| Octal | 315 | 62 | 375 | 23 | 120 | 0 | 1 | 436 | 142 | 73 |
| Binary | 11001101 | 110010 | 11111101 | 10011 | 1010000 | 0 | 1 | 100011110 | 1100010 | 111011 |
Color Harmonies of #CD32FD
Complementary color
Monochromatic Colors of #CD32FD
Black with #CD32FD
Text Example
Text Example
White with #CD32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32FD; }
p { color: rgb(205,50,253); }
H1.HeaderClassName
{
color: #CD32FD;
}
.AnyTagClassName
{
color: #CD32FD;
}
</style>
background-color css
<style>
a { background-color: #CD32FD; }
a { background-color: rgb(205,50,253); }
div.DivClassName
{
background-color: #CD32FD;
}
.BgClassName
{
background-color: #CD32FD;
}
</style>
border-color css
<style>
span { border-color: #CD32FD; }
span { border-color: rgb(205,50,253); }
td.TdClassName
{
border-color: #CD32FD;
}
.TagClassName
{
border-color: #CD32FD;
}
</style>