Shades of Electric Purple #C821EB
Tints of Electric Purple #C821EB
RGB
CMYK
RGB Variations
Color information
#C821EB (or 0xC821EB) is known color: Electric Purple. HEX triplet: C8, 21 and EB. RGB value is (200,33,235). Sum of RGB (Red+Green+Blue) = 200+33+235=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #C821EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C821EB is #37DE14. Grayscale: #696969. Windows color (decimal): -3661333 or 15409608. OLE color: 15409608.
HSL color Cylindrical-coordinate representation of color #C821EB: hue angle of 289.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C821EB is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 33 | 235 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.08 |
| HSL | 289.6º | 0.83% | 0.53% | - |
| HSV(B) | 289.6º | 0.86% | 0.92% | - |
| XYZ | 39.36 | 19.37 | 80.26 | - |
| YUV | 105.96 | 200.83 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 235 | 0.15 | 0.86 | 0 | 0.08 | 289.6 | 0.83 | 0.53 |
| Hex | C8 | 21 | EB | F | 56 | 0 | 8 | 122 | 53 | 35 |
| Octal | 310 | 41 | 353 | 17 | 126 | 0 | 10 | 442 | 123 | 65 |
| Binary | 11001000 | 100001 | 11101011 | 1111 | 1010110 | 0 | 1000 | 100100010 | 1010011 | 110101 |
Color Harmonies of #C821EB
Complementary color
Monochromatic Colors of #C821EB
Black with #C821EB
Text Example
Text Example
White with #C821EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821EB; }
p { color: rgb(200,33,235); }
H1.HeaderClassName
{
color: #C821EB;
}
.AnyTagClassName
{
color: #C821EB;
}
</style>
background-color css
<style>
a { background-color: #C821EB; }
a { background-color: rgb(200,33,235); }
div.DivClassName
{
background-color: #C821EB;
}
.BgClassName
{
background-color: #C821EB;
}
</style>
border-color css
<style>
span { border-color: #C821EB; }
span { border-color: rgb(200,33,235); }
td.TdClassName
{
border-color: #C821EB;
}
.TagClassName
{
border-color: #C821EB;
}
</style>