Shades of Electric Purple #C800E7
Tints of Electric Purple #C800E7
RGB
CMYK
RGB Variations
Color information
#C800E7 (or 0xC800E7) is known color: Electric Purple. HEX triplet: C8, 00 and E7. RGB value is (200,0,231). Sum of RGB (Red+Green+Blue) = 200+0+231=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 0 (0.39% from 255 or 0% 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 #C800E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800E7 is #37FF18. Grayscale: #555555. Windows color (decimal): -3669785 or 15139016. OLE color: 15139016.
HSL color Cylindrical-coordinate representation of color #C800E7: hue angle of 291.95º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800E7 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 0 | 231 | - |
| CMYK | 0.13 | 1 | 0 | 0.09 |
| HSL | 291.95º | 1% | 0.45% | - |
| HSV(B) | 291.95º | 1% | 0.91% | - |
| XYZ | 38.24 | 18.05 | 77.07 | - |
| YUV | 86.13 | 209.76 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 231 | 0.13 | 1 | 0 | 0.09 | 291.95 | 1 | 0.45 |
| Hex | C8 | 0 | E7 | D | 64 | 0 | 9 | 124 | 64 | 2D |
| Octal | 310 | 0 | 347 | 15 | 144 | 0 | 11 | 444 | 144 | 55 |
| Binary | 11001000 | 0 | 11100111 | 1101 | 1100100 | 0 | 1001 | 100100100 | 1100100 | 101101 |
Color Harmonies of #C800E7
Complementary color
Monochromatic Colors of #C800E7
Black with #C800E7
Text Example
Text Example
White with #C800E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C800E7; }
p { color: rgb(200,0,231); }
H1.HeaderClassName
{
color: #C800E7;
}
.AnyTagClassName
{
color: #C800E7;
}
</style>
background-color css
<style>
a { background-color: #C800E7; }
a { background-color: rgb(200,0,231); }
div.DivClassName
{
background-color: #C800E7;
}
.BgClassName
{
background-color: #C800E7;
}
</style>
border-color css
<style>
span { border-color: #C800E7; }
span { border-color: rgb(200,0,231); }
td.TdClassName
{
border-color: #C800E7;
}
.TagClassName
{
border-color: #C800E7;
}
</style>