Shades of Electric Purple #C811EB
Tints of Electric Purple #C811EB
RGB
CMYK
RGB Variations
Color information
#C811EB (or 0xC811EB) is known color: Electric Purple. HEX triplet: C8, 11 and EB. RGB value is (200,17,235). Sum of RGB (Red+Green+Blue) = 200+17+235=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 17 (7.03% from 255 or 3.76% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #C811EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C811EB is #37EE14. Grayscale: #5F5F5F. Windows color (decimal): -3665429 or 15405512. OLE color: 15405512.
HSL color Cylindrical-coordinate representation of color #C811EB: hue angle of 290.37º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C811EB is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 17 | 235 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.08 |
| HSL | 290.37º | 0.87% | 0.49% | - |
| HSV(B) | 290.37º | 0.93% | 0.92% | - |
| XYZ | 39.02 | 18.68 | 80.15 | - |
| YUV | 96.57 | 206.13 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 235 | 0.15 | 0.93 | 0 | 0.08 | 290.37 | 0.87 | 0.49 |
| Hex | C8 | 11 | EB | F | 5D | 0 | 8 | 122 | 57 | 31 |
| Octal | 310 | 21 | 353 | 17 | 135 | 0 | 10 | 442 | 127 | 61 |
| Binary | 11001000 | 10001 | 11101011 | 1111 | 1011101 | 0 | 1000 | 100100010 | 1010111 | 110001 |
Color Harmonies of #C811EB
Complementary color
Monochromatic Colors of #C811EB
Black with #C811EB
Text Example
Text Example
White with #C811EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811EB; }
p { color: rgb(200,17,235); }
H1.HeaderClassName
{
color: #C811EB;
}
.AnyTagClassName
{
color: #C811EB;
}
</style>
background-color css
<style>
a { background-color: #C811EB; }
a { background-color: rgb(200,17,235); }
div.DivClassName
{
background-color: #C811EB;
}
.BgClassName
{
background-color: #C811EB;
}
</style>
border-color css
<style>
span { border-color: #C811EB; }
span { border-color: rgb(200,17,235); }
td.TdClassName
{
border-color: #C811EB;
}
.TagClassName
{
border-color: #C811EB;
}
</style>