Shades of Electric Purple #C225EF
Tints of Electric Purple #C225EF
RGB
CMYK
RGB Variations
Color information
#C225EF (or 0xC225EF) is known color: Electric Purple. HEX triplet: C2, 25 and EF. RGB value is (194,37,239). Sum of RGB (Red+Green+Blue) = 194+37+239=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #C225EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C225EF is #3DDA10. Grayscale: #6A6A6A. Windows color (decimal): -4053521 or 15672770. OLE color: 15672770.
HSL color Cylindrical-coordinate representation of color #C225EF: hue angle of 286.63º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C225EF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 37 | 239 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.06 |
| HSL | 286.63º | 0.86% | 0.54% | - |
| HSV(B) | 286.63º | 0.85% | 0.94% | - |
| XYZ | 38.49 | 19.02 | 83.3 | - |
| YUV | 106.97 | 202.51 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 239 | 0.19 | 0.85 | 0 | 0.06 | 286.63 | 0.86 | 0.54 |
| Hex | C2 | 25 | EF | 13 | 55 | 0 | 6 | 11F | 56 | 36 |
| Octal | 302 | 45 | 357 | 23 | 125 | 0 | 6 | 437 | 126 | 66 |
| Binary | 11000010 | 100101 | 11101111 | 10011 | 1010101 | 0 | 110 | 100011111 | 1010110 | 110110 |
Color Harmonies of #C225EF
Complementary color
Monochromatic Colors of #C225EF
Black with #C225EF
Text Example
Text Example
White with #C225EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C225EF; }
p { color: rgb(194,37,239); }
H1.HeaderClassName
{
color: #C225EF;
}
.AnyTagClassName
{
color: #C225EF;
}
</style>
background-color css
<style>
a { background-color: #C225EF; }
a { background-color: rgb(194,37,239); }
div.DivClassName
{
background-color: #C225EF;
}
.BgClassName
{
background-color: #C225EF;
}
</style>
border-color css
<style>
span { border-color: #C225EF; }
span { border-color: rgb(194,37,239); }
td.TdClassName
{
border-color: #C225EF;
}
.TagClassName
{
border-color: #C225EF;
}
</style>