Shades of Electric Purple #C80AFB
Tints of Electric Purple #C80AFB
RGB
CMYK
RGB Variations
Color information
#C80AFB (or 0xC80AFB) is known color: Electric Purple. HEX triplet: C8, 0A and FB. RGB value is (200,10,251). Sum of RGB (Red+Green+Blue) = 200+10+251=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #C80AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80AFB is #37F504. Grayscale: #5D5D5D. Windows color (decimal): -3667205 or 16452296. OLE color: 16452296.
HSL color Cylindrical-coordinate representation of color #C80AFB: hue angle of 287.3º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80AFB is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 10 | 251 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.02 |
| HSL | 287.3º | 0.97% | 0.51% | - |
| HSV(B) | 287.3º | 0.96% | 0.98% | - |
| XYZ | 41.34 | 19.46 | 92.84 | - |
| YUV | 94.28 | 216.45 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 251 | 0.20 | 0.96 | 0 | 0.02 | 287.3 | 0.97 | 0.51 |
| Hex | C8 | A | FB | 14 | 60 | 0 | 2 | 11F | 61 | 33 |
| Octal | 310 | 12 | 373 | 24 | 140 | 0 | 2 | 437 | 141 | 63 |
| Binary | 11001000 | 1010 | 11111011 | 10100 | 1100000 | 0 | 10 | 100011111 | 1100001 | 110011 |
Color Harmonies of #C80AFB
Complementary color
Monochromatic Colors of #C80AFB
Black with #C80AFB
Text Example
Text Example
White with #C80AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80AFB; }
p { color: rgb(200,10,251); }
H1.HeaderClassName
{
color: #C80AFB;
}
.AnyTagClassName
{
color: #C80AFB;
}
</style>
background-color css
<style>
a { background-color: #C80AFB; }
a { background-color: rgb(200,10,251); }
div.DivClassName
{
background-color: #C80AFB;
}
.BgClassName
{
background-color: #C80AFB;
}
</style>
border-color css
<style>
span { border-color: #C80AFB; }
span { border-color: rgb(200,10,251); }
td.TdClassName
{
border-color: #C80AFB;
}
.TagClassName
{
border-color: #C80AFB;
}
</style>