Shades of Electric Purple #CD28F2
Tints of Electric Purple #CD28F2
RGB
CMYK
RGB Variations
Color information
#CD28F2 (or 0xCD28F2) is known color: Electric Purple. HEX triplet: CD, 28 and F2. RGB value is (205,40,242). Sum of RGB (Red+Green+Blue) = 205+40+242=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD28F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD28F2 is #32D70D. Grayscale: #6F6F6F. Windows color (decimal): -3331854 or 15870157. OLE color: 15870157.
HSL color Cylindrical-coordinate representation of color #CD28F2: hue angle of 289.01º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD28F2 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 40 | 242 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.05 |
| HSL | 289.01º | 0.89% | 0.55% | - |
| HSV(B) | 289.01º | 0.83% | 0.95% | - |
| XYZ | 41.96 | 20.91 | 85.83 | - |
| YUV | 112.36 | 201.16 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 242 | 0.15 | 0.83 | 0 | 0.05 | 289.01 | 0.89 | 0.55 |
| Hex | CD | 28 | F2 | F | 53 | 0 | 5 | 121 | 59 | 37 |
| Octal | 315 | 50 | 362 | 17 | 123 | 0 | 5 | 441 | 131 | 67 |
| Binary | 11001101 | 101000 | 11110010 | 1111 | 1010011 | 0 | 101 | 100100001 | 1011001 | 110111 |
Color Harmonies of #CD28F2
Complementary color
Monochromatic Colors of #CD28F2
Black with #CD28F2
Text Example
Text Example
White with #CD28F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28F2; }
p { color: rgb(205,40,242); }
H1.HeaderClassName
{
color: #CD28F2;
}
.AnyTagClassName
{
color: #CD28F2;
}
</style>
background-color css
<style>
a { background-color: #CD28F2; }
a { background-color: rgb(205,40,242); }
div.DivClassName
{
background-color: #CD28F2;
}
.BgClassName
{
background-color: #CD28F2;
}
</style>
border-color css
<style>
span { border-color: #CD28F2; }
span { border-color: rgb(205,40,242); }
td.TdClassName
{
border-color: #CD28F2;
}
.TagClassName
{
border-color: #CD28F2;
}
</style>