Shades of Electric Purple #C805FD
Tints of Electric Purple #C805FD
RGB
CMYK
RGB Variations
Color information
#C805FD (or 0xC805FD) is known color: Electric Purple. HEX triplet: C8, 05 and FD. RGB value is (200,5,253). Sum of RGB (Red+Green+Blue) = 200+5+253=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #C805FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C805FD is #37FA02. Grayscale: #5A5A5A. Windows color (decimal): -3668483 or 16582088. OLE color: 16582088.
HSL color Cylindrical-coordinate representation of color #C805FD: hue angle of 287.18º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805FD is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 5 | 253 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.01 |
| HSL | 287.18º | 0.98% | 0.51% | - |
| HSV(B) | 287.18º | 0.98% | 0.99% | - |
| XYZ | 41.6 | 19.48 | 94.5 | - |
| YUV | 91.58 | 219.1 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 253 | 0.21 | 0.98 | 0 | 0.01 | 287.18 | 0.98 | 0.51 |
| Hex | C8 | 5 | FD | 15 | 62 | 0 | 1 | 11F | 62 | 33 |
| Octal | 310 | 5 | 375 | 25 | 142 | 0 | 1 | 437 | 142 | 63 |
| Binary | 11001000 | 101 | 11111101 | 10101 | 1100010 | 0 | 1 | 100011111 | 1100010 | 110011 |
Color Harmonies of #C805FD
Complementary color
Monochromatic Colors of #C805FD
Black with #C805FD
Text Example
Text Example
White with #C805FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805FD; }
p { color: rgb(200,5,253); }
H1.HeaderClassName
{
color: #C805FD;
}
.AnyTagClassName
{
color: #C805FD;
}
</style>
background-color css
<style>
a { background-color: #C805FD; }
a { background-color: rgb(200,5,253); }
div.DivClassName
{
background-color: #C805FD;
}
.BgClassName
{
background-color: #C805FD;
}
</style>
border-color css
<style>
span { border-color: #C805FD; }
span { border-color: rgb(200,5,253); }
td.TdClassName
{
border-color: #C805FD;
}
.TagClassName
{
border-color: #C805FD;
}
</style>