Shades of Electric Purple #C808FE
Tints of Electric Purple #C808FE
RGB
CMYK
RGB Variations
Color information
#C808FE (or 0xC808FE) is known color: Electric Purple. HEX triplet: C8, 08 and FE. RGB value is (200,8,254). Sum of RGB (Red+Green+Blue) = 200+8+254=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #C808FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C808FE is #37F701. Grayscale: #5C5C5C. Windows color (decimal): -3667714 or 16648392. OLE color: 16648392.
HSL color Cylindrical-coordinate representation of color #C808FE: hue angle of 286.83º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C808FE is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 8 | 254 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.00 |
| HSL | 286.83º | 0.99% | 0.51% | - |
| HSV(B) | 286.83º | 0.97% | 1% | - |
| XYZ | 41.8 | 19.61 | 95.35 | - |
| YUV | 93.45 | 218.61 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 254 | 0.21 | 0.97 | 0 | 0.00 | 286.83 | 0.99 | 0.51 |
| Hex | C8 | 8 | FE | 15 | 61 | 0 | 0 | 11F | 63 | 33 |
| Octal | 310 | 10 | 376 | 25 | 141 | 0 | 0 | 437 | 143 | 63 |
| Binary | 11001000 | 1000 | 11111110 | 10101 | 1100001 | 0 | 0 | 100011111 | 1100011 | 110011 |
Color Harmonies of #C808FE
Complementary color
Monochromatic Colors of #C808FE
Black with #C808FE
Text Example
Text Example
White with #C808FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C808FE; }
p { color: rgb(200,8,254); }
H1.HeaderClassName
{
color: #C808FE;
}
.AnyTagClassName
{
color: #C808FE;
}
</style>
background-color css
<style>
a { background-color: #C808FE; }
a { background-color: rgb(200,8,254); }
div.DivClassName
{
background-color: #C808FE;
}
.BgClassName
{
background-color: #C808FE;
}
</style>
border-color css
<style>
span { border-color: #C808FE; }
span { border-color: rgb(200,8,254); }
td.TdClassName
{
border-color: #C808FE;
}
.TagClassName
{
border-color: #C808FE;
}
</style>