Shades of Electric Purple #C803EE
Tints of Electric Purple #C803EE
RGB
CMYK
RGB Variations
Color information
#C803EE (or 0xC803EE) is known color: Electric Purple. HEX triplet: C8, 03 and EE. RGB value is (200,3,238). Sum of RGB (Red+Green+Blue) = 200+3+238=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #C803EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C803EE is #37FC11. Grayscale: #575757. Windows color (decimal): -3669010 or 15598536. OLE color: 15598536.
HSL color Cylindrical-coordinate representation of color #C803EE: hue angle of 290.3º 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 #C803EE is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 3 | 238 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.07 |
| HSL | 290.3º | 0.98% | 0.47% | - |
| HSV(B) | 290.3º | 0.99% | 0.93% | - |
| XYZ | 39.28 | 18.52 | 82.39 | - |
| YUV | 88.69 | 212.27 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 238 | 0.16 | 0.99 | 0 | 0.07 | 290.3 | 0.98 | 0.47 |
| Hex | C8 | 3 | EE | 10 | 63 | 0 | 7 | 122 | 62 | 2F |
| Octal | 310 | 3 | 356 | 20 | 143 | 0 | 7 | 442 | 142 | 57 |
| Binary | 11001000 | 11 | 11101110 | 10000 | 1100011 | 0 | 111 | 100100010 | 1100010 | 101111 |
Color Harmonies of #C803EE
Complementary color
Monochromatic Colors of #C803EE
Black with #C803EE
Text Example
Text Example
White with #C803EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C803EE; }
p { color: rgb(200,3,238); }
H1.HeaderClassName
{
color: #C803EE;
}
.AnyTagClassName
{
color: #C803EE;
}
</style>
background-color css
<style>
a { background-color: #C803EE; }
a { background-color: rgb(200,3,238); }
div.DivClassName
{
background-color: #C803EE;
}
.BgClassName
{
background-color: #C803EE;
}
</style>
border-color css
<style>
span { border-color: #C803EE; }
span { border-color: rgb(200,3,238); }
td.TdClassName
{
border-color: #C803EE;
}
.TagClassName
{
border-color: #C803EE;
}
</style>