Shades of Electric Purple #C804FE
Tints of Electric Purple #C804FE
RGB
CMYK
RGB Variations
Color information
#C804FE (or 0xC804FE) is known color: Electric Purple. HEX triplet: C8, 04 and FE. RGB value is (200,4,254). Sum of RGB (Red+Green+Blue) = 200+4+254=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #C804FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C804FE is #37FB01. Grayscale: #5A5A5A. Windows color (decimal): -3668738 or 16647368. OLE color: 16647368.
HSL color Cylindrical-coordinate representation of color #C804FE: hue angle of 287.04º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804FE is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 4 | 254 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.00 |
| HSL | 287.04º | 0.99% | 0.51% | - |
| HSV(B) | 287.04º | 0.98% | 1% | - |
| XYZ | 41.75 | 19.52 | 95.33 | - |
| YUV | 91.1 | 219.93 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 254 | 0.21 | 0.98 | 0 | 0.00 | 287.04 | 0.99 | 0.51 |
| Hex | C8 | 4 | FE | 15 | 62 | 0 | 0 | 11F | 63 | 33 |
| Octal | 310 | 4 | 376 | 25 | 142 | 0 | 0 | 437 | 143 | 63 |
| Binary | 11001000 | 100 | 11111110 | 10101 | 1100010 | 0 | 0 | 100011111 | 1100011 | 110011 |
Color Harmonies of #C804FE
Complementary color
Monochromatic Colors of #C804FE
Black with #C804FE
Text Example
Text Example
White with #C804FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C804FE; }
p { color: rgb(200,4,254); }
H1.HeaderClassName
{
color: #C804FE;
}
.AnyTagClassName
{
color: #C804FE;
}
</style>
background-color css
<style>
a { background-color: #C804FE; }
a { background-color: rgb(200,4,254); }
div.DivClassName
{
background-color: #C804FE;
}
.BgClassName
{
background-color: #C804FE;
}
</style>
border-color css
<style>
span { border-color: #C804FE; }
span { border-color: rgb(200,4,254); }
td.TdClassName
{
border-color: #C804FE;
}
.TagClassName
{
border-color: #C804FE;
}
</style>