Shades of Electric Purple #C225ED
Tints of Electric Purple #C225ED
RGB
CMYK
RGB Variations
Color information
#C225ED (or 0xC225ED) is known color: Electric Purple. HEX triplet: C2, 25 and ED. RGB value is (194,37,237). Sum of RGB (Red+Green+Blue) = 194+37+237=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #C225ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C225ED is #3DDA12. Grayscale: #6A6A6A. Windows color (decimal): -4053523 or 15541698. OLE color: 15541698.
HSL color Cylindrical-coordinate representation of color #C225ED: hue angle of 287.1º degrees, saturation: 0.85, 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 #C225ED is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 37 | 237 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.07 |
| HSL | 287.1º | 0.85% | 0.54% | - |
| HSV(B) | 287.1º | 0.84% | 0.93% | - |
| XYZ | 38.2 | 18.91 | 81.76 | - |
| YUV | 106.74 | 201.51 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 237 | 0.18 | 0.84 | 0 | 0.07 | 287.1 | 0.85 | 0.54 |
| Hex | C2 | 25 | ED | 12 | 54 | 0 | 7 | 11F | 55 | 36 |
| Octal | 302 | 45 | 355 | 22 | 124 | 0 | 7 | 437 | 125 | 66 |
| Binary | 11000010 | 100101 | 11101101 | 10010 | 1010100 | 0 | 111 | 100011111 | 1010101 | 110110 |
Color Harmonies of #C225ED
Complementary color
Monochromatic Colors of #C225ED
Black with #C225ED
Text Example
Text Example
White with #C225ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C225ED; }
p { color: rgb(194,37,237); }
H1.HeaderClassName
{
color: #C225ED;
}
.AnyTagClassName
{
color: #C225ED;
}
</style>
background-color css
<style>
a { background-color: #C225ED; }
a { background-color: rgb(194,37,237); }
div.DivClassName
{
background-color: #C225ED;
}
.BgClassName
{
background-color: #C225ED;
}
</style>
border-color css
<style>
span { border-color: #C225ED; }
span { border-color: rgb(194,37,237); }
td.TdClassName
{
border-color: #C225ED;
}
.TagClassName
{
border-color: #C225ED;
}
</style>