Shades of Electric Purple #C803ED
Tints of Electric Purple #C803ED
RGB
CMYK
RGB Variations
Color information
#C803ED (or 0xC803ED) is known color: Electric Purple. HEX triplet: C8, 03 and ED. RGB value is (200,3,237). Sum of RGB (Red+Green+Blue) = 200+3+237=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 3 (1.56% from 255 or 0.68% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #C803ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C803ED is #37FC12. Grayscale: #575757. Windows color (decimal): -3669011 or 15533000. OLE color: 15533000.
HSL color Cylindrical-coordinate representation of color #C803ED: hue angle of 290.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803ED is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 3 | 237 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.07 |
| HSL | 290.51º | 0.98% | 0.47% | - |
| HSV(B) | 290.51º | 0.99% | 0.93% | - |
| XYZ | 39.14 | 18.46 | 81.62 | - |
| YUV | 88.58 | 211.77 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 237 | 0.16 | 0.99 | 0 | 0.07 | 290.51 | 0.98 | 0.47 |
| Hex | C8 | 3 | ED | 10 | 63 | 0 | 7 | 123 | 62 | 2F |
| Octal | 310 | 3 | 355 | 20 | 143 | 0 | 7 | 443 | 142 | 57 |
| Binary | 11001000 | 11 | 11101101 | 10000 | 1100011 | 0 | 111 | 100100011 | 1100010 | 101111 |
Color Harmonies of #C803ED
Complementary color
Monochromatic Colors of #C803ED
Black with #C803ED
Text Example
Text Example
White with #C803ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C803ED; }
p { color: rgb(200,3,237); }
H1.HeaderClassName
{
color: #C803ED;
}
.AnyTagClassName
{
color: #C803ED;
}
</style>
background-color css
<style>
a { background-color: #C803ED; }
a { background-color: rgb(200,3,237); }
div.DivClassName
{
background-color: #C803ED;
}
.BgClassName
{
background-color: #C803ED;
}
</style>
border-color css
<style>
span { border-color: #C803ED; }
span { border-color: rgb(200,3,237); }
td.TdClassName
{
border-color: #C803ED;
}
.TagClassName
{
border-color: #C803ED;
}
</style>