Shades of Electric Purple #C812EB
Tints of Electric Purple #C812EB
RGB
CMYK
RGB Variations
Color information
#C812EB (or 0xC812EB) is known color: Electric Purple. HEX triplet: C8, 12 and EB. RGB value is (200,18,235). Sum of RGB (Red+Green+Blue) = 200+18+235=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #C812EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812EB is #37ED14. Grayscale: #606060. Windows color (decimal): -3665173 or 15405768. OLE color: 15405768.
HSL color Cylindrical-coordinate representation of color #C812EB: hue angle of 290.32º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C812EB is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 18 | 235 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.08 |
| HSL | 290.32º | 0.86% | 0.5% | - |
| HSV(B) | 290.32º | 0.92% | 0.92% | - |
| XYZ | 39.03 | 18.71 | 80.15 | - |
| YUV | 97.16 | 205.8 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 235 | 0.15 | 0.92 | 0 | 0.08 | 290.32 | 0.86 | 0.5 |
| Hex | C8 | 12 | EB | F | 5C | 0 | 8 | 122 | 56 | 32 |
| Octal | 310 | 22 | 353 | 17 | 134 | 0 | 10 | 442 | 126 | 62 |
| Binary | 11001000 | 10010 | 11101011 | 1111 | 1011100 | 0 | 1000 | 100100010 | 1010110 | 110010 |
Color Harmonies of #C812EB
Complementary color
Monochromatic Colors of #C812EB
Black with #C812EB
Text Example
Text Example
White with #C812EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812EB; }
p { color: rgb(200,18,235); }
H1.HeaderClassName
{
color: #C812EB;
}
.AnyTagClassName
{
color: #C812EB;
}
</style>
background-color css
<style>
a { background-color: #C812EB; }
a { background-color: rgb(200,18,235); }
div.DivClassName
{
background-color: #C812EB;
}
.BgClassName
{
background-color: #C812EB;
}
</style>
border-color css
<style>
span { border-color: #C812EB; }
span { border-color: rgb(200,18,235); }
td.TdClassName
{
border-color: #C812EB;
}
.TagClassName
{
border-color: #C812EB;
}
</style>