Shades of Electric Purple #C612EB
Tints of Electric Purple #C612EB
RGB
CMYK
RGB Variations
Color information
#C612EB (or 0xC612EB) is known color: Electric Purple. HEX triplet: C6, 12 and EB. RGB value is (198,18,235). Sum of RGB (Red+Green+Blue) = 198+18+235=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #C612EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C612EB is #39ED14. Grayscale: #5F5F5F. Windows color (decimal): -3796245 or 15405766. OLE color: 15405766.
HSL color Cylindrical-coordinate representation of color #C612EB: hue angle of 289.77º 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 #C612EB is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 18 | 235 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.08 |
| HSL | 289.77º | 0.86% | 0.5% | - |
| HSV(B) | 289.77º | 0.92% | 0.92% | - |
| XYZ | 38.5 | 18.44 | 80.13 | - |
| YUV | 96.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 235 | 0.16 | 0.92 | 0 | 0.08 | 289.77 | 0.86 | 0.5 |
| Hex | C6 | 12 | EB | 10 | 5C | 0 | 8 | 122 | 56 | 32 |
| Octal | 306 | 22 | 353 | 20 | 134 | 0 | 10 | 442 | 126 | 62 |
| Binary | 11000110 | 10010 | 11101011 | 10000 | 1011100 | 0 | 1000 | 100100010 | 1010110 | 110010 |
Color Harmonies of #C612EB
Complementary color
Monochromatic Colors of #C612EB
Black with #C612EB
Text Example
Text Example
White with #C612EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C612EB; }
p { color: rgb(198,18,235); }
H1.HeaderClassName
{
color: #C612EB;
}
.AnyTagClassName
{
color: #C612EB;
}
</style>
background-color css
<style>
a { background-color: #C612EB; }
a { background-color: rgb(198,18,235); }
div.DivClassName
{
background-color: #C612EB;
}
.BgClassName
{
background-color: #C612EB;
}
</style>
border-color css
<style>
span { border-color: #C612EB; }
span { border-color: rgb(198,18,235); }
td.TdClassName
{
border-color: #C612EB;
}
.TagClassName
{
border-color: #C612EB;
}
</style>