Shades of Electric Purple #C226FD
Tints of Electric Purple #C226FD
RGB
CMYK
RGB Variations
Color information
#C226FD (or 0xC226FD) is known color: Electric Purple. HEX triplet: C2, 26 and FD. RGB value is (194,38,253). Sum of RGB (Red+Green+Blue) = 194+38+253=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #C226FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C226FD is #3DD902. Grayscale: #6C6C6C. Windows color (decimal): -4053251 or 16590530. OLE color: 16590530.
HSL color Cylindrical-coordinate representation of color #C226FD: hue angle of 283.53º 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 #C226FD is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 38 | 253 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.01 |
| HSL | 283.53º | 0.98% | 0.57% | - |
| HSV(B) | 283.53º | 0.85% | 0.99% | - |
| XYZ | 40.67 | 19.95 | 94.64 | - |
| YUV | 109.15 | 209.18 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 253 | 0.23 | 0.85 | 0 | 0.01 | 283.53 | 0.98 | 0.57 |
| Hex | C2 | 26 | FD | 17 | 55 | 0 | 1 | 11C | 62 | 39 |
| Octal | 302 | 46 | 375 | 27 | 125 | 0 | 1 | 434 | 142 | 71 |
| Binary | 11000010 | 100110 | 11111101 | 10111 | 1010101 | 0 | 1 | 100011100 | 1100010 | 111001 |
Color Harmonies of #C226FD
Complementary color
Monochromatic Colors of #C226FD
Black with #C226FD
Text Example
Text Example
White with #C226FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226FD; }
p { color: rgb(194,38,253); }
H1.HeaderClassName
{
color: #C226FD;
}
.AnyTagClassName
{
color: #C226FD;
}
</style>
background-color css
<style>
a { background-color: #C226FD; }
a { background-color: rgb(194,38,253); }
div.DivClassName
{
background-color: #C226FD;
}
.BgClassName
{
background-color: #C226FD;
}
</style>
border-color css
<style>
span { border-color: #C226FD; }
span { border-color: rgb(194,38,253); }
td.TdClassName
{
border-color: #C226FD;
}
.TagClassName
{
border-color: #C226FD;
}
</style>