Shades of Electric Purple #C80EF3
Tints of Electric Purple #C80EF3
RGB
CMYK
RGB Variations
Color information
#C80EF3 (or 0xC80EF3) is known color: Electric Purple. HEX triplet: C8, 0E and F3. RGB value is (200,14,243). Sum of RGB (Red+Green+Blue) = 200+14+243=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #C80EF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80EF3 is #37F10C. Grayscale: #5E5E5E. Windows color (decimal): -3666189 or 15929032. OLE color: 15929032.
HSL color Cylindrical-coordinate representation of color #C80EF3: hue angle of 288.73º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80EF3 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 14 | 243 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.05 |
| HSL | 288.73º | 0.91% | 0.5% | - |
| HSV(B) | 288.73º | 0.94% | 0.95% | - |
| XYZ | 40.15 | 19.06 | 86.36 | - |
| YUV | 95.72 | 211.12 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 243 | 0.18 | 0.94 | 0 | 0.05 | 288.73 | 0.91 | 0.5 |
| Hex | C8 | E | F3 | 12 | 5E | 0 | 5 | 121 | 5B | 32 |
| Octal | 310 | 16 | 363 | 22 | 136 | 0 | 5 | 441 | 133 | 62 |
| Binary | 11001000 | 1110 | 11110011 | 10010 | 1011110 | 0 | 101 | 100100001 | 1011011 | 110010 |
Color Harmonies of #C80EF3
Complementary color
Monochromatic Colors of #C80EF3
Black with #C80EF3
Text Example
Text Example
White with #C80EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EF3; }
p { color: rgb(200,14,243); }
H1.HeaderClassName
{
color: #C80EF3;
}
.AnyTagClassName
{
color: #C80EF3;
}
</style>
background-color css
<style>
a { background-color: #C80EF3; }
a { background-color: rgb(200,14,243); }
div.DivClassName
{
background-color: #C80EF3;
}
.BgClassName
{
background-color: #C80EF3;
}
</style>
border-color css
<style>
span { border-color: #C80EF3; }
span { border-color: rgb(200,14,243); }
td.TdClassName
{
border-color: #C80EF3;
}
.TagClassName
{
border-color: #C80EF3;
}
</style>