Shades of Electric Purple #C801EB
Tints of Electric Purple #C801EB
RGB
CMYK
RGB Variations
Color information
#C801EB (or 0xC801EB) is known color: Electric Purple. HEX triplet: C8, 01 and EB. RGB value is (200,1,235). Sum of RGB (Red+Green+Blue) = 200+1+235=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #C801EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C801EB is #37FE14. Grayscale: #565656. Windows color (decimal): -3669525 or 15401416. OLE color: 15401416.
HSL color Cylindrical-coordinate representation of color #C801EB: hue angle of 291.03º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801EB is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 1 | 235 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.08 |
| HSL | 291.03º | 0.99% | 0.46% | - |
| HSV(B) | 291.03º | 1% | 0.92% | - |
| XYZ | 38.83 | 18.3 | 80.08 | - |
| YUV | 87.18 | 211.43 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 235 | 0.15 | 1.00 | 0 | 0.08 | 291.03 | 0.99 | 0.46 |
| Hex | C8 | 1 | EB | F | 64 | 0 | 8 | 123 | 63 | 2E |
| Octal | 310 | 1 | 353 | 17 | 144 | 0 | 10 | 443 | 143 | 56 |
| Binary | 11001000 | 1 | 11101011 | 1111 | 1100100 | 0 | 1000 | 100100011 | 1100011 | 101110 |
Color Harmonies of #C801EB
Complementary color
Monochromatic Colors of #C801EB
Black with #C801EB
Text Example
Text Example
White with #C801EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801EB; }
p { color: rgb(200,1,235); }
H1.HeaderClassName
{
color: #C801EB;
}
.AnyTagClassName
{
color: #C801EB;
}
</style>
background-color css
<style>
a { background-color: #C801EB; }
a { background-color: rgb(200,1,235); }
div.DivClassName
{
background-color: #C801EB;
}
.BgClassName
{
background-color: #C801EB;
}
</style>
border-color css
<style>
span { border-color: #C801EB; }
span { border-color: rgb(200,1,235); }
td.TdClassName
{
border-color: #C801EB;
}
.TagClassName
{
border-color: #C801EB;
}
</style>