Shades of Electric Purple #C800FD
Tints of Electric Purple #C800FD
RGB
CMYK
RGB Variations
Color information
#C800FD (or 0xC800FD) is known color: Electric Purple. HEX triplet: C8, 00 and FD. RGB value is (200,0,253). Sum of RGB (Red+Green+Blue) = 200+0+253=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #C800FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800FD is #37FF02. Grayscale: #575757. Windows color (decimal): -3669763 or 16580808. OLE color: 16580808.
HSL color Cylindrical-coordinate representation of color #C800FD: hue angle of 287.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800FD is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 0 | 253 | - |
| CMYK | 0.21 | 1 | 0 | 0.01 |
| HSL | 287.43º | 1% | 0.5% | - |
| HSV(B) | 287.43º | 1% | 0.99% | - |
| XYZ | 41.55 | 19.37 | 94.48 | - |
| YUV | 88.64 | 220.76 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 253 | 0.21 | 1 | 0 | 0.01 | 287.43 | 1 | 0.5 |
| Hex | C8 | 0 | FD | 15 | 64 | 0 | 1 | 11F | 64 | 32 |
| Octal | 310 | 0 | 375 | 25 | 144 | 0 | 1 | 437 | 144 | 62 |
| Binary | 11001000 | 0 | 11111101 | 10101 | 1100100 | 0 | 1 | 100011111 | 1100100 | 110010 |
Color Harmonies of #C800FD
Complementary color
Monochromatic Colors of #C800FD
Black with #C800FD
Text Example
Text Example
White with #C800FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C800FD; }
p { color: rgb(200,0,253); }
H1.HeaderClassName
{
color: #C800FD;
}
.AnyTagClassName
{
color: #C800FD;
}
</style>
background-color css
<style>
a { background-color: #C800FD; }
a { background-color: rgb(200,0,253); }
div.DivClassName
{
background-color: #C800FD;
}
.BgClassName
{
background-color: #C800FD;
}
</style>
border-color css
<style>
span { border-color: #C800FD; }
span { border-color: rgb(200,0,253); }
td.TdClassName
{
border-color: #C800FD;
}
.TagClassName
{
border-color: #C800FD;
}
</style>