Shades of Electric Purple #C815EC
Tints of Electric Purple #C815EC
RGB
CMYK
RGB Variations
Color information
#C815EC (or 0xC815EC) is known color: Electric Purple. HEX triplet: C8, 15 and EC. RGB value is (200,21,236). Sum of RGB (Red+Green+Blue) = 200+21+236=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #C815EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C815EC is #37EA13. Grayscale: #626262. Windows color (decimal): -3664404 or 15472072. OLE color: 15472072.
HSL color Cylindrical-coordinate representation of color #C815EC: hue angle of 289.95º 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 #C815EC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 21 | 236 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.07 |
| HSL | 289.95º | 0.85% | 0.5% | - |
| HSV(B) | 289.95º | 0.91% | 0.93% | - |
| XYZ | 39.23 | 18.87 | 80.93 | - |
| YUV | 99.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 236 | 0.15 | 0.91 | 0 | 0.07 | 289.95 | 0.85 | 0.5 |
| Hex | C8 | 15 | EC | F | 5B | 0 | 7 | 122 | 55 | 32 |
| Octal | 310 | 25 | 354 | 17 | 133 | 0 | 7 | 442 | 125 | 62 |
| Binary | 11001000 | 10101 | 11101100 | 1111 | 1011011 | 0 | 111 | 100100010 | 1010101 | 110010 |
Color Harmonies of #C815EC
Complementary color
Monochromatic Colors of #C815EC
Black with #C815EC
Text Example
Text Example
White with #C815EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815EC; }
p { color: rgb(200,21,236); }
H1.HeaderClassName
{
color: #C815EC;
}
.AnyTagClassName
{
color: #C815EC;
}
</style>
background-color css
<style>
a { background-color: #C815EC; }
a { background-color: rgb(200,21,236); }
div.DivClassName
{
background-color: #C815EC;
}
.BgClassName
{
background-color: #C815EC;
}
</style>
border-color css
<style>
span { border-color: #C815EC; }
span { border-color: rgb(200,21,236); }
td.TdClassName
{
border-color: #C815EC;
}
.TagClassName
{
border-color: #C815EC;
}
</style>