Shades of Electric Purple #C813EF
Tints of Electric Purple #C813EF
RGB
CMYK
RGB Variations
Color information
#C813EF (or 0xC813EF) is known color: Electric Purple. HEX triplet: C8, 13 and EF. RGB value is (200,19,239). Sum of RGB (Red+Green+Blue) = 200+19+239=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #C813EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C813EF is #37EC10. Grayscale: #616161. Windows color (decimal): -3664913 or 15668168. OLE color: 15668168.
HSL color Cylindrical-coordinate representation of color #C813EF: hue angle of 289.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C813EF is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 19 | 239 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.06 |
| HSL | 289.36º | 0.87% | 0.51% | - |
| HSV(B) | 289.36º | 0.92% | 0.94% | - |
| XYZ | 39.63 | 18.98 | 83.24 | - |
| YUV | 98.2 | 207.47 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 239 | 0.16 | 0.92 | 0 | 0.06 | 289.36 | 0.87 | 0.51 |
| Hex | C8 | 13 | EF | 10 | 5C | 0 | 6 | 121 | 57 | 33 |
| Octal | 310 | 23 | 357 | 20 | 134 | 0 | 6 | 441 | 127 | 63 |
| Binary | 11001000 | 10011 | 11101111 | 10000 | 1011100 | 0 | 110 | 100100001 | 1010111 | 110011 |
Color Harmonies of #C813EF
Complementary color
Monochromatic Colors of #C813EF
Black with #C813EF
Text Example
Text Example
White with #C813EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813EF; }
p { color: rgb(200,19,239); }
H1.HeaderClassName
{
color: #C813EF;
}
.AnyTagClassName
{
color: #C813EF;
}
</style>
background-color css
<style>
a { background-color: #C813EF; }
a { background-color: rgb(200,19,239); }
div.DivClassName
{
background-color: #C813EF;
}
.BgClassName
{
background-color: #C813EF;
}
</style>
border-color css
<style>
span { border-color: #C813EF; }
span { border-color: rgb(200,19,239); }
td.TdClassName
{
border-color: #C813EF;
}
.TagClassName
{
border-color: #C813EF;
}
</style>