Shades of Electric Purple #C80BFD
Tints of Electric Purple #C80BFD
RGB
CMYK
RGB Variations
Color information
#C80BFD (or 0xC80BFD) is known color: Electric Purple. HEX triplet: C8, 0B and FD. RGB value is (200,11,253). Sum of RGB (Red+Green+Blue) = 200+11+253=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #C80BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80BFD is #37F402. Grayscale: #5E5E5E. Windows color (decimal): -3666947 or 16583624. OLE color: 16583624.
HSL color Cylindrical-coordinate representation of color #C80BFD: hue angle of 286.86º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80BFD is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 11 | 253 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.01 |
| HSL | 286.86º | 0.98% | 0.52% | - |
| HSV(B) | 286.86º | 0.96% | 0.99% | - |
| XYZ | 41.67 | 19.61 | 94.52 | - |
| YUV | 95.1 | 217.12 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 253 | 0.21 | 0.96 | 0 | 0.01 | 286.86 | 0.98 | 0.52 |
| Hex | C8 | B | FD | 15 | 60 | 0 | 1 | 11F | 62 | 34 |
| Octal | 310 | 13 | 375 | 25 | 140 | 0 | 1 | 437 | 142 | 64 |
| Binary | 11001000 | 1011 | 11111101 | 10101 | 1100000 | 0 | 1 | 100011111 | 1100010 | 110100 |
Color Harmonies of #C80BFD
Complementary color
Monochromatic Colors of #C80BFD
Black with #C80BFD
Text Example
Text Example
White with #C80BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BFD; }
p { color: rgb(200,11,253); }
H1.HeaderClassName
{
color: #C80BFD;
}
.AnyTagClassName
{
color: #C80BFD;
}
</style>
background-color css
<style>
a { background-color: #C80BFD; }
a { background-color: rgb(200,11,253); }
div.DivClassName
{
background-color: #C80BFD;
}
.BgClassName
{
background-color: #C80BFD;
}
</style>
border-color css
<style>
span { border-color: #C80BFD; }
span { border-color: rgb(200,11,253); }
td.TdClassName
{
border-color: #C80BFD;
}
.TagClassName
{
border-color: #C80BFD;
}
</style>