Shades of Electric Purple #C809F8
Tints of Electric Purple #C809F8
RGB
CMYK
RGB Variations
Color information
#C809F8 (or 0xC809F8) is known color: Electric Purple. HEX triplet: C8, 09 and F8. RGB value is (200,9,248). Sum of RGB (Red+Green+Blue) = 200+9+248=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #C809F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C809F8 is #37F607. Grayscale: #5C5C5C. Windows color (decimal): -3667464 or 16255432. OLE color: 16255432.
HSL color Cylindrical-coordinate representation of color #C809F8: hue angle of 287.95º 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 #C809F8 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 9 | 248 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.03 |
| HSL | 287.95º | 0.94% | 0.5% | - |
| HSV(B) | 287.95º | 0.96% | 0.97% | - |
| XYZ | 40.86 | 19.25 | 90.37 | - |
| YUV | 93.36 | 215.28 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 248 | 0.19 | 0.96 | 0 | 0.03 | 287.95 | 0.94 | 0.5 |
| Hex | C8 | 9 | F8 | 13 | 60 | 0 | 3 | 120 | 5E | 32 |
| Octal | 310 | 11 | 370 | 23 | 140 | 0 | 3 | 440 | 136 | 62 |
| Binary | 11001000 | 1001 | 11111000 | 10011 | 1100000 | 0 | 11 | 100100000 | 1011110 | 110010 |
Color Harmonies of #C809F8
Complementary color
Monochromatic Colors of #C809F8
Black with #C809F8
Text Example
Text Example
White with #C809F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809F8; }
p { color: rgb(200,9,248); }
H1.HeaderClassName
{
color: #C809F8;
}
.AnyTagClassName
{
color: #C809F8;
}
</style>
background-color css
<style>
a { background-color: #C809F8; }
a { background-color: rgb(200,9,248); }
div.DivClassName
{
background-color: #C809F8;
}
.BgClassName
{
background-color: #C809F8;
}
</style>
border-color css
<style>
span { border-color: #C809F8; }
span { border-color: rgb(200,9,248); }
td.TdClassName
{
border-color: #C809F8;
}
.TagClassName
{
border-color: #C809F8;
}
</style>