Shades of Electric Purple #C820EC
Tints of Electric Purple #C820EC
RGB
CMYK
RGB Variations
Color information
#C820EC (or 0xC820EC) is known color: Electric Purple. HEX triplet: C8, 20 and EC. RGB value is (200,32,236). Sum of RGB (Red+Green+Blue) = 200+32+236=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #C820EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C820EC is #37DF13. Grayscale: #686868. Windows color (decimal): -3661588 or 15474888. OLE color: 15474888.
HSL color Cylindrical-coordinate representation of color #C820EC: hue angle of 289.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C820EC is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 32 | 236 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.07 |
| HSL | 289.41º | 0.84% | 0.53% | - |
| HSV(B) | 289.41º | 0.86% | 0.93% | - |
| XYZ | 39.48 | 19.37 | 81.01 | - |
| YUV | 105.49 | 201.66 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 236 | 0.15 | 0.86 | 0 | 0.07 | 289.41 | 0.84 | 0.53 |
| Hex | C8 | 20 | EC | F | 56 | 0 | 7 | 121 | 54 | 35 |
| Octal | 310 | 40 | 354 | 17 | 126 | 0 | 7 | 441 | 124 | 65 |
| Binary | 11001000 | 100000 | 11101100 | 1111 | 1010110 | 0 | 111 | 100100001 | 1010100 | 110101 |
Color Harmonies of #C820EC
Complementary color
Monochromatic Colors of #C820EC
Black with #C820EC
Text Example
Text Example
White with #C820EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820EC; }
p { color: rgb(200,32,236); }
H1.HeaderClassName
{
color: #C820EC;
}
.AnyTagClassName
{
color: #C820EC;
}
</style>
background-color css
<style>
a { background-color: #C820EC; }
a { background-color: rgb(200,32,236); }
div.DivClassName
{
background-color: #C820EC;
}
.BgClassName
{
background-color: #C820EC;
}
</style>
border-color css
<style>
span { border-color: #C820EC; }
span { border-color: rgb(200,32,236); }
td.TdClassName
{
border-color: #C820EC;
}
.TagClassName
{
border-color: #C820EC;
}
</style>