Shades of Electric Purple #C804ED
Tints of Electric Purple #C804ED
RGB
CMYK
RGB Variations
Color information
#C804ED (or 0xC804ED) is known color: Electric Purple. HEX triplet: C8, 04 and ED. RGB value is (200,4,237). Sum of RGB (Red+Green+Blue) = 200+4+237=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #C804ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C804ED is #37FB12. Grayscale: #585858. Windows color (decimal): -3668755 or 15533256. OLE color: 15533256.
HSL color Cylindrical-coordinate representation of color #C804ED: hue angle of 290.47º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804ED is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 4 | 237 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.07 |
| HSL | 290.47º | 0.97% | 0.47% | - |
| HSV(B) | 290.47º | 0.98% | 0.93% | - |
| XYZ | 39.15 | 18.48 | 81.62 | - |
| YUV | 89.17 | 211.43 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 237 | 0.16 | 0.98 | 0 | 0.07 | 290.47 | 0.97 | 0.47 |
| Hex | C8 | 4 | ED | 10 | 62 | 0 | 7 | 122 | 61 | 2F |
| Octal | 310 | 4 | 355 | 20 | 142 | 0 | 7 | 442 | 141 | 57 |
| Binary | 11001000 | 100 | 11101101 | 10000 | 1100010 | 0 | 111 | 100100010 | 1100001 | 101111 |
Color Harmonies of #C804ED
Complementary color
Monochromatic Colors of #C804ED
Black with #C804ED
Text Example
Text Example
White with #C804ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C804ED; }
p { color: rgb(200,4,237); }
H1.HeaderClassName
{
color: #C804ED;
}
.AnyTagClassName
{
color: #C804ED;
}
</style>
background-color css
<style>
a { background-color: #C804ED; }
a { background-color: rgb(200,4,237); }
div.DivClassName
{
background-color: #C804ED;
}
.BgClassName
{
background-color: #C804ED;
}
</style>
border-color css
<style>
span { border-color: #C804ED; }
span { border-color: rgb(200,4,237); }
td.TdClassName
{
border-color: #C804ED;
}
.TagClassName
{
border-color: #C804ED;
}
</style>