Shades of Electric Purple #C215EC
Tints of Electric Purple #C215EC
RGB
CMYK
RGB Variations
Color information
#C215EC (or 0xC215EC) is known color: Electric Purple. HEX triplet: C2, 15 and EC. RGB value is (194,21,236). Sum of RGB (Red+Green+Blue) = 194+21+236=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #C215EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C215EC is #3DEA13. Grayscale: #606060. Windows color (decimal): -4057620 or 15472066. OLE color: 15472066.
HSL color Cylindrical-coordinate representation of color #C215EC: hue angle of 288.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C215EC is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 21 | 236 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.07 |
| HSL | 288.28º | 0.85% | 0.5% | - |
| HSV(B) | 288.28º | 0.91% | 0.93% | - |
| XYZ | 37.66 | 18.06 | 80.86 | - |
| YUV | 97.24 | 206.31 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 236 | 0.18 | 0.91 | 0 | 0.07 | 288.28 | 0.85 | 0.5 |
| Hex | C2 | 15 | EC | 12 | 5B | 0 | 7 | 120 | 55 | 32 |
| Octal | 302 | 25 | 354 | 22 | 133 | 0 | 7 | 440 | 125 | 62 |
| Binary | 11000010 | 10101 | 11101100 | 10010 | 1011011 | 0 | 111 | 100100000 | 1010101 | 110010 |
Color Harmonies of #C215EC
Complementary color
Monochromatic Colors of #C215EC
Black with #C215EC
Text Example
Text Example
White with #C215EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215EC; }
p { color: rgb(194,21,236); }
H1.HeaderClassName
{
color: #C215EC;
}
.AnyTagClassName
{
color: #C215EC;
}
</style>
background-color css
<style>
a { background-color: #C215EC; }
a { background-color: rgb(194,21,236); }
div.DivClassName
{
background-color: #C215EC;
}
.BgClassName
{
background-color: #C215EC;
}
</style>
border-color css
<style>
span { border-color: #C215EC; }
span { border-color: rgb(194,21,236); }
td.TdClassName
{
border-color: #C215EC;
}
.TagClassName
{
border-color: #C215EC;
}
</style>