Shades of Electric Purple #C226F9
Tints of Electric Purple #C226F9
RGB
CMYK
RGB Variations
Color information
#C226F9 (or 0xC226F9) is known color: Electric Purple. HEX triplet: C2, 26 and F9. RGB value is (194,38,249). Sum of RGB (Red+Green+Blue) = 194+38+249=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 38 (15.23% from 255 or 7.90% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #C226F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C226F9 is #3DD906. Grayscale: #6C6C6C. Windows color (decimal): -4053255 or 16328386. OLE color: 16328386.
HSL color Cylindrical-coordinate representation of color #C226F9: hue angle of 284.36º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C226F9 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 38 | 249 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.02 |
| HSL | 284.36º | 0.95% | 0.56% | - |
| HSV(B) | 284.36º | 0.85% | 0.98% | - |
| XYZ | 40.04 | 19.7 | 91.31 | - |
| YUV | 108.7 | 207.18 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 249 | 0.22 | 0.85 | 0 | 0.02 | 284.36 | 0.95 | 0.56 |
| Hex | C2 | 26 | F9 | 16 | 55 | 0 | 2 | 11C | 5F | 38 |
| Octal | 302 | 46 | 371 | 26 | 125 | 0 | 2 | 434 | 137 | 70 |
| Binary | 11000010 | 100110 | 11111001 | 10110 | 1010101 | 0 | 10 | 100011100 | 1011111 | 111000 |
Color Harmonies of #C226F9
Complementary color
Monochromatic Colors of #C226F9
Black with #C226F9
Text Example
Text Example
White with #C226F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226F9; }
p { color: rgb(194,38,249); }
H1.HeaderClassName
{
color: #C226F9;
}
.AnyTagClassName
{
color: #C226F9;
}
</style>
background-color css
<style>
a { background-color: #C226F9; }
a { background-color: rgb(194,38,249); }
div.DivClassName
{
background-color: #C226F9;
}
.BgClassName
{
background-color: #C226F9;
}
</style>
border-color css
<style>
span { border-color: #C226F9; }
span { border-color: rgb(194,38,249); }
td.TdClassName
{
border-color: #C226F9;
}
.TagClassName
{
border-color: #C226F9;
}
</style>