Shades of Electric Purple #C128FD
Tints of Electric Purple #C128FD
RGB
CMYK
RGB Variations
Color information
#C128FD (or 0xC128FD) is known color: Electric Purple. HEX triplet: C1, 28 and FD. RGB value is (193,40,253). Sum of RGB (Red+Green+Blue) = 193+40+253=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #C128FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C128FD is #3ED702. Grayscale: #6D6D6D. Windows color (decimal): -4118275 or 16591041. OLE color: 16591041.
HSL color Cylindrical-coordinate representation of color #C128FD: hue angle of 283.1º 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 #C128FD is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 40 | 253 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.01 |
| HSL | 283.1º | 0.98% | 0.57% | - |
| HSV(B) | 283.1º | 0.84% | 0.99% | - |
| XYZ | 40.48 | 19.95 | 94.65 | - |
| YUV | 110.03 | 208.69 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 253 | 0.24 | 0.84 | 0 | 0.01 | 283.1 | 0.98 | 0.57 |
| Hex | C1 | 28 | FD | 18 | 54 | 0 | 1 | 11B | 62 | 39 |
| Octal | 301 | 50 | 375 | 30 | 124 | 0 | 1 | 433 | 142 | 71 |
| Binary | 11000001 | 101000 | 11111101 | 11000 | 1010100 | 0 | 1 | 100011011 | 1100010 | 111001 |
Color Harmonies of #C128FD
Complementary color
Monochromatic Colors of #C128FD
Black with #C128FD
Text Example
Text Example
White with #C128FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128FD; }
p { color: rgb(193,40,253); }
H1.HeaderClassName
{
color: #C128FD;
}
.AnyTagClassName
{
color: #C128FD;
}
</style>
background-color css
<style>
a { background-color: #C128FD; }
a { background-color: rgb(193,40,253); }
div.DivClassName
{
background-color: #C128FD;
}
.BgClassName
{
background-color: #C128FD;
}
</style>
border-color css
<style>
span { border-color: #C128FD; }
span { border-color: rgb(193,40,253); }
td.TdClassName
{
border-color: #C128FD;
}
.TagClassName
{
border-color: #C128FD;
}
</style>