Shades of Electric Purple #C80FFB
Tints of Electric Purple #C80FFB
RGB
CMYK
RGB Variations
Color information
#C80FFB (or 0xC80FFB) is known color: Electric Purple. HEX triplet: C8, 0F and FB. RGB value is (200,15,251). Sum of RGB (Red+Green+Blue) = 200+15+251=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #C80FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80FFB is #37F004. Grayscale: #606060. Windows color (decimal): -3665925 or 16453576. OLE color: 16453576.
HSL color Cylindrical-coordinate representation of color #C80FFB: hue angle of 287.03º degrees, saturation: 0.97, 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 #C80FFB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 15 | 251 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.02 |
| HSL | 287.03º | 0.97% | 0.52% | - |
| HSV(B) | 287.03º | 0.94% | 0.98% | - |
| XYZ | 41.4 | 19.59 | 92.87 | - |
| YUV | 97.22 | 214.79 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 251 | 0.20 | 0.94 | 0 | 0.02 | 287.03 | 0.97 | 0.52 |
| Hex | C8 | F | FB | 14 | 5E | 0 | 2 | 11F | 61 | 34 |
| Octal | 310 | 17 | 373 | 24 | 136 | 0 | 2 | 437 | 141 | 64 |
| Binary | 11001000 | 1111 | 11111011 | 10100 | 1011110 | 0 | 10 | 100011111 | 1100001 | 110100 |
Color Harmonies of #C80FFB
Complementary color
Monochromatic Colors of #C80FFB
Black with #C80FFB
Text Example
Text Example
White with #C80FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FFB; }
p { color: rgb(200,15,251); }
H1.HeaderClassName
{
color: #C80FFB;
}
.AnyTagClassName
{
color: #C80FFB;
}
</style>
background-color css
<style>
a { background-color: #C80FFB; }
a { background-color: rgb(200,15,251); }
div.DivClassName
{
background-color: #C80FFB;
}
.BgClassName
{
background-color: #C80FFB;
}
</style>
border-color css
<style>
span { border-color: #C80FFB; }
span { border-color: rgb(200,15,251); }
td.TdClassName
{
border-color: #C80FFB;
}
.TagClassName
{
border-color: #C80FFB;
}
</style>