Shades of Electric Purple #C816EC
Tints of Electric Purple #C816EC
RGB
CMYK
RGB Variations
Color information
#C816EC (or 0xC816EC) is known color: Electric Purple. HEX triplet: C8, 16 and EC. RGB value is (200,22,236). Sum of RGB (Red+Green+Blue) = 200+22+236=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #C816EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C816EC is #37E913. Grayscale: #626262. Windows color (decimal): -3664148 or 15472328. OLE color: 15472328.
HSL color Cylindrical-coordinate representation of color #C816EC: hue angle of 289.91º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C816EC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 22 | 236 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.07 |
| HSL | 289.91º | 0.85% | 0.51% | - |
| HSV(B) | 289.91º | 0.91% | 0.93% | - |
| XYZ | 39.25 | 18.91 | 80.94 | - |
| YUV | 99.62 | 204.97 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 236 | 0.15 | 0.91 | 0 | 0.07 | 289.91 | 0.85 | 0.51 |
| Hex | C8 | 16 | EC | F | 5B | 0 | 7 | 122 | 55 | 33 |
| Octal | 310 | 26 | 354 | 17 | 133 | 0 | 7 | 442 | 125 | 63 |
| Binary | 11001000 | 10110 | 11101100 | 1111 | 1011011 | 0 | 111 | 100100010 | 1010101 | 110011 |
Color Harmonies of #C816EC
Complementary color
Monochromatic Colors of #C816EC
Black with #C816EC
Text Example
Text Example
White with #C816EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816EC; }
p { color: rgb(200,22,236); }
H1.HeaderClassName
{
color: #C816EC;
}
.AnyTagClassName
{
color: #C816EC;
}
</style>
background-color css
<style>
a { background-color: #C816EC; }
a { background-color: rgb(200,22,236); }
div.DivClassName
{
background-color: #C816EC;
}
.BgClassName
{
background-color: #C816EC;
}
</style>
border-color css
<style>
span { border-color: #C816EC; }
span { border-color: rgb(200,22,236); }
td.TdClassName
{
border-color: #C816EC;
}
.TagClassName
{
border-color: #C816EC;
}
</style>