Shades of Electric Purple #C80FFA
Tints of Electric Purple #C80FFA
RGB
CMYK
RGB Variations
Color information
#C80FFA (or 0xC80FFA) is known color: Electric Purple. HEX triplet: C8, 0F and FA. RGB value is (200,15,250). Sum of RGB (Red+Green+Blue) = 200+15+250=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #C80FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80FFA is #37F005. Grayscale: #606060. Windows color (decimal): -3665926 or 16388040. OLE color: 16388040.
HSL color Cylindrical-coordinate representation of color #C80FFA: hue angle of 287.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80FFA is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 15 | 250 | - |
| CMYK | 0.2 | 0.94 | 0 | 0.02 |
| HSL | 287.23º | 0.96% | 0.52% | - |
| HSV(B) | 287.23º | 0.94% | 0.98% | - |
| XYZ | 41.25 | 19.52 | 92.04 | - |
| YUV | 97.11 | 214.29 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 250 | 0.2 | 0.94 | 0 | 0.02 | 287.23 | 0.96 | 0.52 |
| Hex | C8 | F | FA | 14 | 5E | 0 | 2 | 11F | 60 | 34 |
| Octal | 310 | 17 | 372 | 24 | 136 | 0 | 2 | 437 | 140 | 64 |
| Binary | 11001000 | 1111 | 11111010 | 10100 | 1011110 | 0 | 10 | 100011111 | 1100000 | 110100 |
Color Harmonies of #C80FFA
Complementary color
Monochromatic Colors of #C80FFA
Black with #C80FFA
Text Example
Text Example
White with #C80FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FFA; }
p { color: rgb(200,15,250); }
H1.HeaderClassName
{
color: #C80FFA;
}
.AnyTagClassName
{
color: #C80FFA;
}
</style>
background-color css
<style>
a { background-color: #C80FFA; }
a { background-color: rgb(200,15,250); }
div.DivClassName
{
background-color: #C80FFA;
}
.BgClassName
{
background-color: #C80FFA;
}
</style>
border-color css
<style>
span { border-color: #C80FFA; }
span { border-color: rgb(200,15,250); }
td.TdClassName
{
border-color: #C80FFA;
}
.TagClassName
{
border-color: #C80FFA;
}
</style>