Shades of Electric Purple #C814EB
Tints of Electric Purple #C814EB
RGB
CMYK
RGB Variations
Color information
#C814EB (or 0xC814EB) is known color: Electric Purple. HEX triplet: C8, 14 and EB. RGB value is (200,20,235). Sum of RGB (Red+Green+Blue) = 200+20+235=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #C814EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C814EB is #37EB14. Grayscale: #616161. Windows color (decimal): -3664661 or 15406280. OLE color: 15406280.
HSL color Cylindrical-coordinate representation of color #C814EB: hue angle of 290.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C814EB is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 20 | 235 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.08 |
| HSL | 290.23º | 0.84% | 0.5% | - |
| HSV(B) | 290.23º | 0.91% | 0.92% | - |
| XYZ | 39.06 | 18.78 | 80.16 | - |
| YUV | 98.33 | 205.13 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 235 | 0.15 | 0.91 | 0 | 0.08 | 290.23 | 0.84 | 0.5 |
| Hex | C8 | 14 | EB | F | 5B | 0 | 8 | 122 | 54 | 32 |
| Octal | 310 | 24 | 353 | 17 | 133 | 0 | 10 | 442 | 124 | 62 |
| Binary | 11001000 | 10100 | 11101011 | 1111 | 1011011 | 0 | 1000 | 100100010 | 1010100 | 110010 |
Color Harmonies of #C814EB
Complementary color
Monochromatic Colors of #C814EB
Black with #C814EB
Text Example
Text Example
White with #C814EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814EB; }
p { color: rgb(200,20,235); }
H1.HeaderClassName
{
color: #C814EB;
}
.AnyTagClassName
{
color: #C814EB;
}
</style>
background-color css
<style>
a { background-color: #C814EB; }
a { background-color: rgb(200,20,235); }
div.DivClassName
{
background-color: #C814EB;
}
.BgClassName
{
background-color: #C814EB;
}
</style>
border-color css
<style>
span { border-color: #C814EB; }
span { border-color: rgb(200,20,235); }
td.TdClassName
{
border-color: #C814EB;
}
.TagClassName
{
border-color: #C814EB;
}
</style>