Shades of Electric Purple #C816EB
Tints of Electric Purple #C816EB
RGB
CMYK
RGB Variations
Color information
#C816EB (or 0xC816EB) is known color: Electric Purple. HEX triplet: C8, 16 and EB. RGB value is (200,22,235). Sum of RGB (Red+Green+Blue) = 200+22+235=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #C816EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C816EB is #37E914. Grayscale: #626262. Windows color (decimal): -3664149 or 15406792. OLE color: 15406792.
HSL color Cylindrical-coordinate representation of color #C816EB: hue angle of 290.14º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C816EB is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 22 | 235 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.08 |
| HSL | 290.14º | 0.84% | 0.5% | - |
| HSV(B) | 290.14º | 0.91% | 0.92% | - |
| XYZ | 39.1 | 18.85 | 80.18 | - |
| YUV | 99.5 | 204.47 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 235 | 0.15 | 0.91 | 0 | 0.08 | 290.14 | 0.84 | 0.5 |
| Hex | C8 | 16 | EB | F | 5B | 0 | 8 | 122 | 54 | 32 |
| Octal | 310 | 26 | 353 | 17 | 133 | 0 | 10 | 442 | 124 | 62 |
| Binary | 11001000 | 10110 | 11101011 | 1111 | 1011011 | 0 | 1000 | 100100010 | 1010100 | 110010 |
Color Harmonies of #C816EB
Complementary color
Monochromatic Colors of #C816EB
Black with #C816EB
Text Example
Text Example
White with #C816EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816EB; }
p { color: rgb(200,22,235); }
H1.HeaderClassName
{
color: #C816EB;
}
.AnyTagClassName
{
color: #C816EB;
}
</style>
background-color css
<style>
a { background-color: #C816EB; }
a { background-color: rgb(200,22,235); }
div.DivClassName
{
background-color: #C816EB;
}
.BgClassName
{
background-color: #C816EB;
}
</style>
border-color css
<style>
span { border-color: #C816EB; }
span { border-color: rgb(200,22,235); }
td.TdClassName
{
border-color: #C816EB;
}
.TagClassName
{
border-color: #C816EB;
}
</style>