Shades of Electric Purple #C813EB
Tints of Electric Purple #C813EB
RGB
CMYK
RGB Variations
Color information
#C813EB (or 0xC813EB) is known color: Electric Purple. HEX triplet: C8, 13 and EB. RGB value is (200,19,235). Sum of RGB (Red+Green+Blue) = 200+19+235=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #C813EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C813EB is #37EC14. Grayscale: #616161. Windows color (decimal): -3664917 or 15406024. OLE color: 15406024.
HSL color Cylindrical-coordinate representation of color #C813EB: hue angle of 290.28º degrees, saturation: 0.85, 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 #C813EB is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 19 | 235 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.08 |
| HSL | 290.28º | 0.85% | 0.5% | - |
| HSV(B) | 290.28º | 0.92% | 0.92% | - |
| XYZ | 39.05 | 18.74 | 80.16 | - |
| YUV | 97.74 | 205.47 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 235 | 0.15 | 0.92 | 0 | 0.08 | 290.28 | 0.85 | 0.5 |
| Hex | C8 | 13 | EB | F | 5C | 0 | 8 | 122 | 55 | 32 |
| Octal | 310 | 23 | 353 | 17 | 134 | 0 | 10 | 442 | 125 | 62 |
| Binary | 11001000 | 10011 | 11101011 | 1111 | 1011100 | 0 | 1000 | 100100010 | 1010101 | 110010 |
Color Harmonies of #C813EB
Complementary color
Monochromatic Colors of #C813EB
Black with #C813EB
Text Example
Text Example
White with #C813EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813EB; }
p { color: rgb(200,19,235); }
H1.HeaderClassName
{
color: #C813EB;
}
.AnyTagClassName
{
color: #C813EB;
}
</style>
background-color css
<style>
a { background-color: #C813EB; }
a { background-color: rgb(200,19,235); }
div.DivClassName
{
background-color: #C813EB;
}
.BgClassName
{
background-color: #C813EB;
}
</style>
border-color css
<style>
span { border-color: #C813EB; }
span { border-color: rgb(200,19,235); }
td.TdClassName
{
border-color: #C813EB;
}
.TagClassName
{
border-color: #C813EB;
}
</style>