Shades of Electric Purple #C809F7
Tints of Electric Purple #C809F7
RGB
CMYK
RGB Variations
Color information
#C809F7 (or 0xC809F7) is known color: Electric Purple. HEX triplet: C8, 09 and F7. RGB value is (200,9,247). Sum of RGB (Red+Green+Blue) = 200+9+247=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #C809F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C809F7 is #37F608. Grayscale: #5C5C5C. Windows color (decimal): -3667465 or 16189896. OLE color: 16189896.
HSL color Cylindrical-coordinate representation of color #C809F7: hue angle of 288.15º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C809F7 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 9 | 247 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.03 |
| HSL | 288.15º | 0.94% | 0.5% | - |
| HSV(B) | 288.15º | 0.96% | 0.97% | - |
| XYZ | 40.71 | 19.19 | 89.55 | - |
| YUV | 93.24 | 214.78 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 247 | 0.19 | 0.96 | 0 | 0.03 | 288.15 | 0.94 | 0.5 |
| Hex | C8 | 9 | F7 | 13 | 60 | 0 | 3 | 120 | 5E | 32 |
| Octal | 310 | 11 | 367 | 23 | 140 | 0 | 3 | 440 | 136 | 62 |
| Binary | 11001000 | 1001 | 11110111 | 10011 | 1100000 | 0 | 11 | 100100000 | 1011110 | 110010 |
Color Harmonies of #C809F7
Complementary color
Monochromatic Colors of #C809F7
Black with #C809F7
Text Example
Text Example
White with #C809F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809F7; }
p { color: rgb(200,9,247); }
H1.HeaderClassName
{
color: #C809F7;
}
.AnyTagClassName
{
color: #C809F7;
}
</style>
background-color css
<style>
a { background-color: #C809F7; }
a { background-color: rgb(200,9,247); }
div.DivClassName
{
background-color: #C809F7;
}
.BgClassName
{
background-color: #C809F7;
}
</style>
border-color css
<style>
span { border-color: #C809F7; }
span { border-color: rgb(200,9,247); }
td.TdClassName
{
border-color: #C809F7;
}
.TagClassName
{
border-color: #C809F7;
}
</style>