Shades of Electric Purple #C816EF
Tints of Electric Purple #C816EF
RGB
CMYK
RGB Variations
Color information
#C816EF (or 0xC816EF) is known color: Electric Purple. HEX triplet: C8, 16 and EF. RGB value is (200,22,239). Sum of RGB (Red+Green+Blue) = 200+22+239=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #C816EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C816EF is #37E910. Grayscale: #636363. Windows color (decimal): -3664145 or 15668936. OLE color: 15668936.
HSL color Cylindrical-coordinate representation of color #C816EF: hue angle of 289.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C816EF is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 22 | 239 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.06 |
| HSL | 289.22º | 0.87% | 0.51% | - |
| HSV(B) | 289.22º | 0.91% | 0.94% | - |
| XYZ | 39.69 | 19.09 | 83.25 | - |
| YUV | 99.96 | 206.47 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 239 | 0.16 | 0.91 | 0 | 0.06 | 289.22 | 0.87 | 0.51 |
| Hex | C8 | 16 | EF | 10 | 5B | 0 | 6 | 121 | 57 | 33 |
| Octal | 310 | 26 | 357 | 20 | 133 | 0 | 6 | 441 | 127 | 63 |
| Binary | 11001000 | 10110 | 11101111 | 10000 | 1011011 | 0 | 110 | 100100001 | 1010111 | 110011 |
Color Harmonies of #C816EF
Complementary color
Monochromatic Colors of #C816EF
Black with #C816EF
Text Example
Text Example
White with #C816EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816EF; }
p { color: rgb(200,22,239); }
H1.HeaderClassName
{
color: #C816EF;
}
.AnyTagClassName
{
color: #C816EF;
}
</style>
background-color css
<style>
a { background-color: #C816EF; }
a { background-color: rgb(200,22,239); }
div.DivClassName
{
background-color: #C816EF;
}
.BgClassName
{
background-color: #C816EF;
}
</style>
border-color css
<style>
span { border-color: #C816EF; }
span { border-color: rgb(200,22,239); }
td.TdClassName
{
border-color: #C816EF;
}
.TagClassName
{
border-color: #C816EF;
}
</style>