Shades of Electric Purple #CD32F9
Tints of Electric Purple #CD32F9
RGB
CMYK
RGB Variations
Color information
#CD32F9 (or 0xCD32F9) is known color: Electric Purple. HEX triplet: CD, 32 and F9. RGB value is (205,50,249). Sum of RGB (Red+Green+Blue) = 205+50+249=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD32F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32F9 is #32CD06. Grayscale: #767676. Windows color (decimal): -3329287 or 16331469. OLE color: 16331469.
HSL color Cylindrical-coordinate representation of color #CD32F9: hue angle of 286.73º degrees, saturation: 0.94, 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 #CD32F9 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 50 | 249 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.02 |
| HSL | 286.73º | 0.94% | 0.59% | - |
| HSV(B) | 286.73º | 0.8% | 0.98% | - |
| XYZ | 43.42 | 22.1 | 91.6 | - |
| YUV | 119.03 | 201.35 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 249 | 0.18 | 0.80 | 0 | 0.02 | 286.73 | 0.94 | 0.59 |
| Hex | CD | 32 | F9 | 12 | 50 | 0 | 2 | 11F | 5E | 3B |
| Octal | 315 | 62 | 371 | 22 | 120 | 0 | 2 | 437 | 136 | 73 |
| Binary | 11001101 | 110010 | 11111001 | 10010 | 1010000 | 0 | 10 | 100011111 | 1011110 | 111011 |
Color Harmonies of #CD32F9
Complementary color
Monochromatic Colors of #CD32F9
Black with #CD32F9
Text Example
Text Example
White with #CD32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32F9; }
p { color: rgb(205,50,249); }
H1.HeaderClassName
{
color: #CD32F9;
}
.AnyTagClassName
{
color: #CD32F9;
}
</style>
background-color css
<style>
a { background-color: #CD32F9; }
a { background-color: rgb(205,50,249); }
div.DivClassName
{
background-color: #CD32F9;
}
.BgClassName
{
background-color: #CD32F9;
}
</style>
border-color css
<style>
span { border-color: #CD32F9; }
span { border-color: rgb(205,50,249); }
td.TdClassName
{
border-color: #CD32F9;
}
.TagClassName
{
border-color: #CD32F9;
}
</style>