Shades of Electric Purple #C809FC
Tints of Electric Purple #C809FC
RGB
CMYK
RGB Variations
Color information
#C809FC (or 0xC809FC) is known color: Electric Purple. HEX triplet: C8, 09 and FC. RGB value is (200,9,252). Sum of RGB (Red+Green+Blue) = 200+9+252=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #C809FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C809FC is #37F603. Grayscale: #5D5D5D. Windows color (decimal): -3667460 or 16517576. OLE color: 16517576.
HSL color Cylindrical-coordinate representation of color #C809FC: hue angle of 287.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C809FC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 9 | 252 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.01 |
| HSL | 287.16º | 0.98% | 0.51% | - |
| HSV(B) | 287.16º | 0.96% | 0.99% | - |
| XYZ | 41.49 | 19.5 | 93.67 | - |
| YUV | 93.81 | 217.28 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 252 | 0.21 | 0.96 | 0 | 0.01 | 287.16 | 0.98 | 0.51 |
| Hex | C8 | 9 | FC | 15 | 60 | 0 | 1 | 11F | 62 | 33 |
| Octal | 310 | 11 | 374 | 25 | 140 | 0 | 1 | 437 | 142 | 63 |
| Binary | 11001000 | 1001 | 11111100 | 10101 | 1100000 | 0 | 1 | 100011111 | 1100010 | 110011 |
Color Harmonies of #C809FC
Complementary color
Monochromatic Colors of #C809FC
Black with #C809FC
Text Example
Text Example
White with #C809FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809FC; }
p { color: rgb(200,9,252); }
H1.HeaderClassName
{
color: #C809FC;
}
.AnyTagClassName
{
color: #C809FC;
}
</style>
background-color css
<style>
a { background-color: #C809FC; }
a { background-color: rgb(200,9,252); }
div.DivClassName
{
background-color: #C809FC;
}
.BgClassName
{
background-color: #C809FC;
}
</style>
border-color css
<style>
span { border-color: #C809FC; }
span { border-color: rgb(200,9,252); }
td.TdClassName
{
border-color: #C809FC;
}
.TagClassName
{
border-color: #C809FC;
}
</style>