Shades of Electric Purple #CD32FB
Tints of Electric Purple #CD32FB
RGB
CMYK
RGB Variations
Color information
#CD32FB (or 0xCD32FB) is known color: Electric Purple. HEX triplet: CD, 32 and FB. RGB value is (205,50,251). Sum of RGB (Red+Green+Blue) = 205+50+251=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 50 (19.92% from 255 or 9.88% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD32FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32FB is #32CD04. Grayscale: #767676. Windows color (decimal): -3329285 or 16462541. OLE color: 16462541.
HSL color Cylindrical-coordinate representation of color #CD32FB: hue angle of 286.27º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD32FB is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 50 | 251 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.02 |
| HSL | 286.27º | 0.96% | 0.59% | - |
| HSV(B) | 286.27º | 0.8% | 0.98% | - |
| XYZ | 43.73 | 22.23 | 93.25 | - |
| YUV | 119.26 | 202.35 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 251 | 0.18 | 0.80 | 0 | 0.02 | 286.27 | 0.96 | 0.59 |
| Hex | CD | 32 | FB | 12 | 50 | 0 | 2 | 11E | 60 | 3B |
| Octal | 315 | 62 | 373 | 22 | 120 | 0 | 2 | 436 | 140 | 73 |
| Binary | 11001101 | 110010 | 11111011 | 10010 | 1010000 | 0 | 10 | 100011110 | 1100000 | 111011 |
Color Harmonies of #CD32FB
Complementary color
Monochromatic Colors of #CD32FB
Black with #CD32FB
Text Example
Text Example
White with #CD32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32FB; }
p { color: rgb(205,50,251); }
H1.HeaderClassName
{
color: #CD32FB;
}
.AnyTagClassName
{
color: #CD32FB;
}
</style>
background-color css
<style>
a { background-color: #CD32FB; }
a { background-color: rgb(205,50,251); }
div.DivClassName
{
background-color: #CD32FB;
}
.BgClassName
{
background-color: #CD32FB;
}
</style>
border-color css
<style>
span { border-color: #CD32FB; }
span { border-color: rgb(205,50,251); }
td.TdClassName
{
border-color: #CD32FB;
}
.TagClassName
{
border-color: #CD32FB;
}
</style>