Shades of Electric Purple #C227EC
Tints of Electric Purple #C227EC
RGB
CMYK
RGB Variations
Color information
#C227EC (or 0xC227EC) is known color: Electric Purple. HEX triplet: C2, 27 and EC. RGB value is (194,39,236). Sum of RGB (Red+Green+Blue) = 194+39+236=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #C227EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C227EC is #3DD813. Grayscale: #6B6B6B. Windows color (decimal): -4053012 or 15476674. OLE color: 15476674.
HSL color Cylindrical-coordinate representation of color #C227EC: hue angle of 287.21º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C227EC is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 39 | 236 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.07 |
| HSL | 287.21º | 0.84% | 0.54% | - |
| HSV(B) | 287.21º | 0.83% | 0.93% | - |
| XYZ | 38.11 | 18.98 | 81.01 | - |
| YUV | 107.8 | 200.35 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 236 | 0.18 | 0.83 | 0 | 0.07 | 287.21 | 0.84 | 0.54 |
| Hex | C2 | 27 | EC | 12 | 53 | 0 | 7 | 11F | 54 | 36 |
| Octal | 302 | 47 | 354 | 22 | 123 | 0 | 7 | 437 | 124 | 66 |
| Binary | 11000010 | 100111 | 11101100 | 10010 | 1010011 | 0 | 111 | 100011111 | 1010100 | 110110 |
Color Harmonies of #C227EC
Complementary color
Monochromatic Colors of #C227EC
Black with #C227EC
Text Example
Text Example
White with #C227EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227EC; }
p { color: rgb(194,39,236); }
H1.HeaderClassName
{
color: #C227EC;
}
.AnyTagClassName
{
color: #C227EC;
}
</style>
background-color css
<style>
a { background-color: #C227EC; }
a { background-color: rgb(194,39,236); }
div.DivClassName
{
background-color: #C227EC;
}
.BgClassName
{
background-color: #C227EC;
}
</style>
border-color css
<style>
span { border-color: #C227EC; }
span { border-color: rgb(194,39,236); }
td.TdClassName
{
border-color: #C227EC;
}
.TagClassName
{
border-color: #C227EC;
}
</style>