Shades of Electric Purple #C428FD
Tints of Electric Purple #C428FD
RGB
CMYK
RGB Variations
Color information
#C428FD (or 0xC428FD) is known color: Electric Purple. HEX triplet: C4, 28 and FD. RGB value is (196,40,253). Sum of RGB (Red+Green+Blue) = 196+40+253=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #C428FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C428FD is #3BD702. Grayscale: #6E6E6E. Windows color (decimal): -3921667 or 16591044. OLE color: 16591044.
HSL color Cylindrical-coordinate representation of color #C428FD: hue angle of 283.94º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C428FD is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 40 | 253 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.01 |
| HSL | 283.94º | 0.98% | 0.57% | - |
| HSV(B) | 283.94º | 0.84% | 0.99% | - |
| XYZ | 41.25 | 20.35 | 94.68 | - |
| YUV | 110.93 | 208.18 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 253 | 0.23 | 0.84 | 0 | 0.01 | 283.94 | 0.98 | 0.57 |
| Hex | C4 | 28 | FD | 17 | 54 | 0 | 1 | 11C | 62 | 39 |
| Octal | 304 | 50 | 375 | 27 | 124 | 0 | 1 | 434 | 142 | 71 |
| Binary | 11000100 | 101000 | 11111101 | 10111 | 1010100 | 0 | 1 | 100011100 | 1100010 | 111001 |
Color Harmonies of #C428FD
Complementary color
Monochromatic Colors of #C428FD
Black with #C428FD
Text Example
Text Example
White with #C428FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428FD; }
p { color: rgb(196,40,253); }
H1.HeaderClassName
{
color: #C428FD;
}
.AnyTagClassName
{
color: #C428FD;
}
</style>
background-color css
<style>
a { background-color: #C428FD; }
a { background-color: rgb(196,40,253); }
div.DivClassName
{
background-color: #C428FD;
}
.BgClassName
{
background-color: #C428FD;
}
</style>
border-color css
<style>
span { border-color: #C428FD; }
span { border-color: rgb(196,40,253); }
td.TdClassName
{
border-color: #C428FD;
}
.TagClassName
{
border-color: #C428FD;
}
</style>