Shades of Electric Purple #CD28FE
Tints of Electric Purple #CD28FE
RGB
CMYK
RGB Variations
Color information
#CD28FE (or 0xCD28FE) is known color: Electric Purple. HEX triplet: CD, 28 and FE. RGB value is (205,40,254). Sum of RGB (Red+Green+Blue) = 205+40+254=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD28FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD28FE is #32D701. Grayscale: #717171. Windows color (decimal): -3331842 or 16656589. OLE color: 16656589.
HSL color Cylindrical-coordinate representation of color #CD28FE: hue angle of 286.26º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD28FE is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 40 | 254 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.00 |
| HSL | 286.26º | 0.99% | 0.58% | - |
| HSV(B) | 286.26º | 0.84% | 1% | - |
| XYZ | 43.83 | 21.65 | 95.64 | - |
| YUV | 113.73 | 207.16 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 254 | 0.19 | 0.84 | 0 | 0.00 | 286.26 | 0.99 | 0.58 |
| Hex | CD | 28 | FE | 13 | 54 | 0 | 0 | 11E | 63 | 3A |
| Octal | 315 | 50 | 376 | 23 | 124 | 0 | 0 | 436 | 143 | 72 |
| Binary | 11001101 | 101000 | 11111110 | 10011 | 1010100 | 0 | 0 | 100011110 | 1100011 | 111010 |
Color Harmonies of #CD28FE
Complementary color
Monochromatic Colors of #CD28FE
Black with #CD28FE
Text Example
Text Example
White with #CD28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28FE; }
p { color: rgb(205,40,254); }
H1.HeaderClassName
{
color: #CD28FE;
}
.AnyTagClassName
{
color: #CD28FE;
}
</style>
background-color css
<style>
a { background-color: #CD28FE; }
a { background-color: rgb(205,40,254); }
div.DivClassName
{
background-color: #CD28FE;
}
.BgClassName
{
background-color: #CD28FE;
}
</style>
border-color css
<style>
span { border-color: #CD28FE; }
span { border-color: rgb(205,40,254); }
td.TdClassName
{
border-color: #CD28FE;
}
.TagClassName
{
border-color: #CD28FE;
}
</style>