Shades of Electric Purple #C807EF
Tints of Electric Purple #C807EF
RGB
CMYK
RGB Variations
Color information
#C807EF (or 0xC807EF) is known color: Electric Purple. HEX triplet: C8, 07 and EF. RGB value is (200,7,239). Sum of RGB (Red+Green+Blue) = 200+7+239=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #C807EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C807EF is #37F810. Grayscale: #5A5A5A. Windows color (decimal): -3667985 or 15665096. OLE color: 15665096.
HSL color Cylindrical-coordinate representation of color #C807EF: hue angle of 289.91º 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 #C807EF is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 7 | 239 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.06 |
| HSL | 289.91º | 0.94% | 0.48% | - |
| HSV(B) | 289.91º | 0.97% | 0.94% | - |
| XYZ | 39.48 | 18.66 | 83.18 | - |
| YUV | 91.16 | 211.44 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 239 | 0.16 | 0.97 | 0 | 0.06 | 289.91 | 0.94 | 0.48 |
| Hex | C8 | 7 | EF | 10 | 61 | 0 | 6 | 122 | 5E | 30 |
| Octal | 310 | 7 | 357 | 20 | 141 | 0 | 6 | 442 | 136 | 60 |
| Binary | 11001000 | 111 | 11101111 | 10000 | 1100001 | 0 | 110 | 100100010 | 1011110 | 110000 |
Color Harmonies of #C807EF
Complementary color
Monochromatic Colors of #C807EF
Black with #C807EF
Text Example
Text Example
White with #C807EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C807EF; }
p { color: rgb(200,7,239); }
H1.HeaderClassName
{
color: #C807EF;
}
.AnyTagClassName
{
color: #C807EF;
}
</style>
background-color css
<style>
a { background-color: #C807EF; }
a { background-color: rgb(200,7,239); }
div.DivClassName
{
background-color: #C807EF;
}
.BgClassName
{
background-color: #C807EF;
}
</style>
border-color css
<style>
span { border-color: #C807EF; }
span { border-color: rgb(200,7,239); }
td.TdClassName
{
border-color: #C807EF;
}
.TagClassName
{
border-color: #C807EF;
}
</style>