Shades of Electric Purple #C80DFB
Tints of Electric Purple #C80DFB
RGB
CMYK
RGB Variations
Color information
#C80DFB (or 0xC80DFB) is known color: Electric Purple. HEX triplet: C8, 0D and FB. RGB value is (200,13,251). Sum of RGB (Red+Green+Blue) = 200+13+251=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #C80DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DFB is #37F204. Grayscale: #5F5F5F. Windows color (decimal): -3666437 or 16453064. OLE color: 16453064.
HSL color Cylindrical-coordinate representation of color #C80DFB: hue angle of 287.14º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80DFB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 13 | 251 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.02 |
| HSL | 287.14º | 0.97% | 0.52% | - |
| HSV(B) | 287.14º | 0.95% | 0.98% | - |
| XYZ | 41.38 | 19.53 | 92.86 | - |
| YUV | 96.05 | 215.45 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 251 | 0.20 | 0.95 | 0 | 0.02 | 287.14 | 0.97 | 0.52 |
| Hex | C8 | D | FB | 14 | 5F | 0 | 2 | 11F | 61 | 34 |
| Octal | 310 | 15 | 373 | 24 | 137 | 0 | 2 | 437 | 141 | 64 |
| Binary | 11001000 | 1101 | 11111011 | 10100 | 1011111 | 0 | 10 | 100011111 | 1100001 | 110100 |
Color Harmonies of #C80DFB
Complementary color
Monochromatic Colors of #C80DFB
Black with #C80DFB
Text Example
Text Example
White with #C80DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DFB; }
p { color: rgb(200,13,251); }
H1.HeaderClassName
{
color: #C80DFB;
}
.AnyTagClassName
{
color: #C80DFB;
}
</style>
background-color css
<style>
a { background-color: #C80DFB; }
a { background-color: rgb(200,13,251); }
div.DivClassName
{
background-color: #C80DFB;
}
.BgClassName
{
background-color: #C80DFB;
}
</style>
border-color css
<style>
span { border-color: #C80DFB; }
span { border-color: rgb(200,13,251); }
td.TdClassName
{
border-color: #C80DFB;
}
.TagClassName
{
border-color: #C80DFB;
}
</style>