Shades of Electric Purple #C80FFD
Tints of Electric Purple #C80FFD
RGB
CMYK
RGB Variations
Color information
#C80FFD (or 0xC80FFD) is known color: Electric Purple. HEX triplet: C8, 0F and FD. RGB value is (200,15,253). Sum of RGB (Red+Green+Blue) = 200+15+253=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #C80FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80FFD is #37F002. Grayscale: #606060. Windows color (decimal): -3665923 or 16584648. OLE color: 16584648.
HSL color Cylindrical-coordinate representation of color #C80FFD: hue angle of 286.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80FFD is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 15 | 253 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.01 |
| HSL | 286.64º | 0.98% | 0.53% | - |
| HSV(B) | 286.64º | 0.94% | 0.99% | - |
| XYZ | 41.72 | 19.71 | 94.53 | - |
| YUV | 97.45 | 215.79 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 253 | 0.21 | 0.94 | 0 | 0.01 | 286.64 | 0.98 | 0.53 |
| Hex | C8 | F | FD | 15 | 5E | 0 | 1 | 11F | 62 | 35 |
| Octal | 310 | 17 | 375 | 25 | 136 | 0 | 1 | 437 | 142 | 65 |
| Binary | 11001000 | 1111 | 11111101 | 10101 | 1011110 | 0 | 1 | 100011111 | 1100010 | 110101 |
Color Harmonies of #C80FFD
Complementary color
Monochromatic Colors of #C80FFD
Black with #C80FFD
Text Example
Text Example
White with #C80FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FFD; }
p { color: rgb(200,15,253); }
H1.HeaderClassName
{
color: #C80FFD;
}
.AnyTagClassName
{
color: #C80FFD;
}
</style>
background-color css
<style>
a { background-color: #C80FFD; }
a { background-color: rgb(200,15,253); }
div.DivClassName
{
background-color: #C80FFD;
}
.BgClassName
{
background-color: #C80FFD;
}
</style>
border-color css
<style>
span { border-color: #C80FFD; }
span { border-color: rgb(200,15,253); }
td.TdClassName
{
border-color: #C80FFD;
}
.TagClassName
{
border-color: #C80FFD;
}
</style>