Shades of Electric Purple #C226EB
Tints of Electric Purple #C226EB
RGB
CMYK
RGB Variations
Color information
#C226EB (or 0xC226EB) is known color: Electric Purple. HEX triplet: C2, 26 and EB. RGB value is (194,38,235). Sum of RGB (Red+Green+Blue) = 194+38+235=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #C226EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C226EB is #3DD914. Grayscale: #6A6A6A. Windows color (decimal): -4053269 or 15410882. OLE color: 15410882.
HSL color Cylindrical-coordinate representation of color #C226EB: hue angle of 287.51º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C226EB is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 38 | 235 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.08 |
| HSL | 287.51º | 0.83% | 0.54% | - |
| HSV(B) | 287.51º | 0.84% | 0.92% | - |
| XYZ | 37.94 | 18.85 | 80.24 | - |
| YUV | 107.1 | 200.18 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 235 | 0.17 | 0.84 | 0 | 0.08 | 287.51 | 0.83 | 0.54 |
| Hex | C2 | 26 | EB | 11 | 54 | 0 | 8 | 120 | 53 | 36 |
| Octal | 302 | 46 | 353 | 21 | 124 | 0 | 10 | 440 | 123 | 66 |
| Binary | 11000010 | 100110 | 11101011 | 10001 | 1010100 | 0 | 1000 | 100100000 | 1010011 | 110110 |
Color Harmonies of #C226EB
Complementary color
Monochromatic Colors of #C226EB
Black with #C226EB
Text Example
Text Example
White with #C226EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226EB; }
p { color: rgb(194,38,235); }
H1.HeaderClassName
{
color: #C226EB;
}
.AnyTagClassName
{
color: #C226EB;
}
</style>
background-color css
<style>
a { background-color: #C226EB; }
a { background-color: rgb(194,38,235); }
div.DivClassName
{
background-color: #C226EB;
}
.BgClassName
{
background-color: #C226EB;
}
</style>
border-color css
<style>
span { border-color: #C226EB; }
span { border-color: rgb(194,38,235); }
td.TdClassName
{
border-color: #C226EB;
}
.TagClassName
{
border-color: #C226EB;
}
</style>