Shades of Electric Purple #C812EE
Tints of Electric Purple #C812EE
RGB
CMYK
RGB Variations
Color information
#C812EE (or 0xC812EE) is known color: Electric Purple. HEX triplet: C8, 12 and EE. RGB value is (200,18,238). Sum of RGB (Red+Green+Blue) = 200+18+238=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #C812EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812EE is #37ED11. Grayscale: #606060. Windows color (decimal): -3665170 or 15602376. OLE color: 15602376.
HSL color Cylindrical-coordinate representation of color #C812EE: hue angle of 289.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C812EE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 18 | 238 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.07 |
| HSL | 289.64º | 0.87% | 0.5% | - |
| HSV(B) | 289.64º | 0.92% | 0.93% | - |
| XYZ | 39.47 | 18.89 | 82.45 | - |
| YUV | 97.5 | 207.3 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 238 | 0.16 | 0.92 | 0 | 0.07 | 289.64 | 0.87 | 0.5 |
| Hex | C8 | 12 | EE | 10 | 5C | 0 | 7 | 122 | 57 | 32 |
| Octal | 310 | 22 | 356 | 20 | 134 | 0 | 7 | 442 | 127 | 62 |
| Binary | 11001000 | 10010 | 11101110 | 10000 | 1011100 | 0 | 111 | 100100010 | 1010111 | 110010 |
Color Harmonies of #C812EE
Complementary color
Monochromatic Colors of #C812EE
Black with #C812EE
Text Example
Text Example
White with #C812EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812EE; }
p { color: rgb(200,18,238); }
H1.HeaderClassName
{
color: #C812EE;
}
.AnyTagClassName
{
color: #C812EE;
}
</style>
background-color css
<style>
a { background-color: #C812EE; }
a { background-color: rgb(200,18,238); }
div.DivClassName
{
background-color: #C812EE;
}
.BgClassName
{
background-color: #C812EE;
}
</style>
border-color css
<style>
span { border-color: #C812EE; }
span { border-color: rgb(200,18,238); }
td.TdClassName
{
border-color: #C812EE;
}
.TagClassName
{
border-color: #C812EE;
}
</style>