Shades of Electric Purple #C126FD
Tints of Electric Purple #C126FD
RGB
CMYK
RGB Variations
Color information
#C126FD (or 0xC126FD) is known color: Electric Purple. HEX triplet: C1, 26 and FD. RGB value is (193,38,253). Sum of RGB (Red+Green+Blue) = 193+38+253=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #C126FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C126FD is #3ED902. Grayscale: #6C6C6C. Windows color (decimal): -4118787 or 16590529. OLE color: 16590529.
HSL color Cylindrical-coordinate representation of color #C126FD: hue angle of 283.26º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C126FD is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 38 | 253 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.01 |
| HSL | 283.26º | 0.98% | 0.57% | - |
| HSV(B) | 283.26º | 0.85% | 0.99% | - |
| XYZ | 40.42 | 19.82 | 94.62 | - |
| YUV | 108.86 | 209.35 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 253 | 0.24 | 0.85 | 0 | 0.01 | 283.26 | 0.98 | 0.57 |
| Hex | C1 | 26 | FD | 18 | 55 | 0 | 1 | 11B | 62 | 39 |
| Octal | 301 | 46 | 375 | 30 | 125 | 0 | 1 | 433 | 142 | 71 |
| Binary | 11000001 | 100110 | 11111101 | 11000 | 1010101 | 0 | 1 | 100011011 | 1100010 | 111001 |
Color Harmonies of #C126FD
Complementary color
Monochromatic Colors of #C126FD
Black with #C126FD
Text Example
Text Example
White with #C126FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C126FD; }
p { color: rgb(193,38,253); }
H1.HeaderClassName
{
color: #C126FD;
}
.AnyTagClassName
{
color: #C126FD;
}
</style>
background-color css
<style>
a { background-color: #C126FD; }
a { background-color: rgb(193,38,253); }
div.DivClassName
{
background-color: #C126FD;
}
.BgClassName
{
background-color: #C126FD;
}
</style>
border-color css
<style>
span { border-color: #C126FD; }
span { border-color: rgb(193,38,253); }
td.TdClassName
{
border-color: #C126FD;
}
.TagClassName
{
border-color: #C126FD;
}
</style>