Shades of Electric Purple #C225EC
Tints of Electric Purple #C225EC
RGB
CMYK
RGB Variations
Color information
#C225EC (or 0xC225EC) is known color: Electric Purple. HEX triplet: C2, 25 and EC. RGB value is (194,37,236). Sum of RGB (Red+Green+Blue) = 194+37+236=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #C225EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C225EC is #3DDA13. Grayscale: #696969. Windows color (decimal): -4053524 or 15476162. OLE color: 15476162.
HSL color Cylindrical-coordinate representation of color #C225EC: hue angle of 287.34º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C225EC is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 37 | 236 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.07 |
| HSL | 287.34º | 0.84% | 0.54% | - |
| HSV(B) | 287.34º | 0.84% | 0.93% | - |
| XYZ | 38.05 | 18.85 | 80.99 | - |
| YUV | 106.63 | 201.01 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 236 | 0.18 | 0.84 | 0 | 0.07 | 287.34 | 0.84 | 0.54 |
| Hex | C2 | 25 | EC | 12 | 54 | 0 | 7 | 11F | 54 | 36 |
| Octal | 302 | 45 | 354 | 22 | 124 | 0 | 7 | 437 | 124 | 66 |
| Binary | 11000010 | 100101 | 11101100 | 10010 | 1010100 | 0 | 111 | 100011111 | 1010100 | 110110 |
Color Harmonies of #C225EC
Complementary color
Monochromatic Colors of #C225EC
Black with #C225EC
Text Example
Text Example
White with #C225EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C225EC; }
p { color: rgb(194,37,236); }
H1.HeaderClassName
{
color: #C225EC;
}
.AnyTagClassName
{
color: #C225EC;
}
</style>
background-color css
<style>
a { background-color: #C225EC; }
a { background-color: rgb(194,37,236); }
div.DivClassName
{
background-color: #C225EC;
}
.BgClassName
{
background-color: #C225EC;
}
</style>
border-color css
<style>
span { border-color: #C225EC; }
span { border-color: rgb(194,37,236); }
td.TdClassName
{
border-color: #C225EC;
}
.TagClassName
{
border-color: #C225EC;
}
</style>