Shades of Electric Purple #C820EB
Tints of Electric Purple #C820EB
RGB
CMYK
RGB Variations
Color information
#C820EB (or 0xC820EB) is known color: Electric Purple. HEX triplet: C8, 20 and EB. RGB value is (200,32,235). Sum of RGB (Red+Green+Blue) = 200+32+235=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #C820EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C820EB is #37DF14. Grayscale: #686868. Windows color (decimal): -3661589 or 15409352. OLE color: 15409352.
HSL color Cylindrical-coordinate representation of color #C820EB: hue angle of 289.66º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C820EB is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 32 | 235 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.08 |
| HSL | 289.66º | 0.84% | 0.52% | - |
| HSV(B) | 289.66º | 0.86% | 0.92% | - |
| XYZ | 39.33 | 19.31 | 80.25 | - |
| YUV | 105.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 235 | 0.15 | 0.86 | 0 | 0.08 | 289.66 | 0.84 | 0.52 |
| Hex | C8 | 20 | EB | F | 56 | 0 | 8 | 122 | 54 | 34 |
| Octal | 310 | 40 | 353 | 17 | 126 | 0 | 10 | 442 | 124 | 64 |
| Binary | 11001000 | 100000 | 11101011 | 1111 | 1010110 | 0 | 1000 | 100100010 | 1010100 | 110100 |
Color Harmonies of #C820EB
Complementary color
Monochromatic Colors of #C820EB
Black with #C820EB
Text Example
Text Example
White with #C820EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820EB; }
p { color: rgb(200,32,235); }
H1.HeaderClassName
{
color: #C820EB;
}
.AnyTagClassName
{
color: #C820EB;
}
</style>
background-color css
<style>
a { background-color: #C820EB; }
a { background-color: rgb(200,32,235); }
div.DivClassName
{
background-color: #C820EB;
}
.BgClassName
{
background-color: #C820EB;
}
</style>
border-color css
<style>
span { border-color: #C820EB; }
span { border-color: rgb(200,32,235); }
td.TdClassName
{
border-color: #C820EB;
}
.TagClassName
{
border-color: #C820EB;
}
</style>