Shades of Electric Purple #C808EF
Tints of Electric Purple #C808EF
RGB
CMYK
RGB Variations
Color information
#C808EF (or 0xC808EF) is known color: Electric Purple. HEX triplet: C8, 08 and EF. RGB value is (200,8,239). Sum of RGB (Red+Green+Blue) = 200+8+239=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 8 (3.52% from 255 or 1.79% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #C808EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C808EF is #37F710. Grayscale: #5B5B5B. Windows color (decimal): -3667729 or 15665352. OLE color: 15665352.
HSL color Cylindrical-coordinate representation of color #C808EF: hue angle of 289.87º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C808EF is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 8 | 239 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.06 |
| HSL | 289.87º | 0.94% | 0.48% | - |
| HSV(B) | 289.87º | 0.97% | 0.94% | - |
| XYZ | 39.49 | 18.69 | 83.19 | - |
| YUV | 91.74 | 211.11 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 239 | 0.16 | 0.97 | 0 | 0.06 | 289.87 | 0.94 | 0.48 |
| Hex | C8 | 8 | EF | 10 | 61 | 0 | 6 | 122 | 5E | 30 |
| Octal | 310 | 10 | 357 | 20 | 141 | 0 | 6 | 442 | 136 | 60 |
| Binary | 11001000 | 1000 | 11101111 | 10000 | 1100001 | 0 | 110 | 100100010 | 1011110 | 110000 |
Color Harmonies of #C808EF
Complementary color
Monochromatic Colors of #C808EF
Black with #C808EF
Text Example
Text Example
White with #C808EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C808EF; }
p { color: rgb(200,8,239); }
H1.HeaderClassName
{
color: #C808EF;
}
.AnyTagClassName
{
color: #C808EF;
}
</style>
background-color css
<style>
a { background-color: #C808EF; }
a { background-color: rgb(200,8,239); }
div.DivClassName
{
background-color: #C808EF;
}
.BgClassName
{
background-color: #C808EF;
}
</style>
border-color css
<style>
span { border-color: #C808EF; }
span { border-color: rgb(200,8,239); }
td.TdClassName
{
border-color: #C808EF;
}
.TagClassName
{
border-color: #C808EF;
}
</style>