Shades of Electric Purple #C008E7
Tints of Electric Purple #C008E7
RGB
CMYK
RGB Variations
Color information
#C008E7 (or 0xC008E7) is known color: Electric Purple. HEX triplet: C0, 08 and E7. RGB value is (192,8,231). Sum of RGB (Red+Green+Blue) = 192+8+231=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #C008E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C008E7 is #3FF718. Grayscale: #575757. Windows color (decimal): -4192025 or 15141056. OLE color: 15141056.
HSL color Cylindrical-coordinate representation of color #C008E7: hue angle of 289.51º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C008E7 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 8 | 231 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.09 |
| HSL | 289.51º | 0.93% | 0.47% | - |
| HSV(B) | 289.51º | 0.97% | 0.91% | - |
| XYZ | 36.25 | 17.15 | 77 | - |
| YUV | 88.44 | 208.46 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 231 | 0.17 | 0.97 | 0 | 0.09 | 289.51 | 0.93 | 0.47 |
| Hex | C0 | 8 | E7 | 11 | 61 | 0 | 9 | 122 | 5D | 2F |
| Octal | 300 | 10 | 347 | 21 | 141 | 0 | 11 | 442 | 135 | 57 |
| Binary | 11000000 | 1000 | 11100111 | 10001 | 1100001 | 0 | 1001 | 100100010 | 1011101 | 101111 |
Color Harmonies of #C008E7
Complementary color
Monochromatic Colors of #C008E7
Black with #C008E7
Text Example
Text Example
White with #C008E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C008E7; }
p { color: rgb(192,8,231); }
H1.HeaderClassName
{
color: #C008E7;
}
.AnyTagClassName
{
color: #C008E7;
}
</style>
background-color css
<style>
a { background-color: #C008E7; }
a { background-color: rgb(192,8,231); }
div.DivClassName
{
background-color: #C008E7;
}
.BgClassName
{
background-color: #C008E7;
}
</style>
border-color css
<style>
span { border-color: #C008E7; }
span { border-color: rgb(192,8,231); }
td.TdClassName
{
border-color: #C008E7;
}
.TagClassName
{
border-color: #C008E7;
}
</style>