Shades of Electric Purple #C807FA
Tints of Electric Purple #C807FA
RGB
CMYK
RGB Variations
Color information
#C807FA (or 0xC807FA) is known color: Electric Purple. HEX triplet: C8, 07 and FA. RGB value is (200,7,250). Sum of RGB (Red+Green+Blue) = 200+7+250=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #C807FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C807FA is #37F805. Grayscale: #5B5B5B. Windows color (decimal): -3667974 or 16385992. OLE color: 16385992.
HSL color Cylindrical-coordinate representation of color #C807FA: hue angle of 287.65º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C807FA is Cyan = 0.2, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 7 | 250 | - |
| CMYK | 0.2 | 0.97 | 0 | 0.02 |
| HSL | 287.65º | 0.96% | 0.5% | - |
| HSV(B) | 287.65º | 0.97% | 0.98% | - |
| XYZ | 41.15 | 19.33 | 92.01 | - |
| YUV | 92.41 | 216.94 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 250 | 0.2 | 0.97 | 0 | 0.02 | 287.65 | 0.96 | 0.5 |
| Hex | C8 | 7 | FA | 14 | 61 | 0 | 2 | 120 | 60 | 32 |
| Octal | 310 | 7 | 372 | 24 | 141 | 0 | 2 | 440 | 140 | 62 |
| Binary | 11001000 | 111 | 11111010 | 10100 | 1100001 | 0 | 10 | 100100000 | 1100000 | 110010 |
Color Harmonies of #C807FA
Complementary color
Monochromatic Colors of #C807FA
Black with #C807FA
Text Example
Text Example
White with #C807FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C807FA; }
p { color: rgb(200,7,250); }
H1.HeaderClassName
{
color: #C807FA;
}
.AnyTagClassName
{
color: #C807FA;
}
</style>
background-color css
<style>
a { background-color: #C807FA; }
a { background-color: rgb(200,7,250); }
div.DivClassName
{
background-color: #C807FA;
}
.BgClassName
{
background-color: #C807FA;
}
</style>
border-color css
<style>
span { border-color: #C807FA; }
span { border-color: rgb(200,7,250); }
td.TdClassName
{
border-color: #C807FA;
}
.TagClassName
{
border-color: #C807FA;
}
</style>