Shades of Electric Purple #CD32FA
Tints of Electric Purple #CD32FA
RGB
CMYK
RGB Variations
Color information
#CD32FA (or 0xCD32FA) is known color: Electric Purple. HEX triplet: CD, 32 and FA. RGB value is (205,50,250). Sum of RGB (Red+Green+Blue) = 205+50+250=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 50 (19.92% from 255 or 9.90% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD32FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32FA is #32CD05. Grayscale: #767676. Windows color (decimal): -3329286 or 16397005. OLE color: 16397005.
HSL color Cylindrical-coordinate representation of color #CD32FA: hue angle of 286.5º degrees, saturation: 0.95, 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 #CD32FA is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 50 | 250 | - |
| CMYK | 0.18 | 0.8 | 0 | 0.02 |
| HSL | 286.5º | 0.95% | 0.59% | - |
| HSV(B) | 286.5º | 0.8% | 0.98% | - |
| XYZ | 43.57 | 22.16 | 92.42 | - |
| YUV | 119.15 | 201.85 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 250 | 0.18 | 0.8 | 0 | 0.02 | 286.5 | 0.95 | 0.59 |
| Hex | CD | 32 | FA | 12 | 50 | 0 | 2 | 11E | 5F | 3B |
| Octal | 315 | 62 | 372 | 22 | 120 | 0 | 2 | 436 | 137 | 73 |
| Binary | 11001101 | 110010 | 11111010 | 10010 | 1010000 | 0 | 10 | 100011110 | 1011111 | 111011 |
Color Harmonies of #CD32FA
Complementary color
Monochromatic Colors of #CD32FA
Black with #CD32FA
Text Example
Text Example
White with #CD32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32FA; }
p { color: rgb(205,50,250); }
H1.HeaderClassName
{
color: #CD32FA;
}
.AnyTagClassName
{
color: #CD32FA;
}
</style>
background-color css
<style>
a { background-color: #CD32FA; }
a { background-color: rgb(205,50,250); }
div.DivClassName
{
background-color: #CD32FA;
}
.BgClassName
{
background-color: #CD32FA;
}
</style>
border-color css
<style>
span { border-color: #CD32FA; }
span { border-color: rgb(205,50,250); }
td.TdClassName
{
border-color: #CD32FA;
}
.TagClassName
{
border-color: #CD32FA;
}
</style>