Shades of Electric Purple #C805F7
Tints of Electric Purple #C805F7
RGB
CMYK
RGB Variations
Color information
#C805F7 (or 0xC805F7) is known color: Electric Purple. HEX triplet: C8, 05 and F7. RGB value is (200,5,247). Sum of RGB (Red+Green+Blue) = 200+5+247=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #C805F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C805F7 is #37FA08. Grayscale: #5A5A5A. Windows color (decimal): -3668489 or 16188872. OLE color: 16188872.
HSL color Cylindrical-coordinate representation of color #C805F7: hue angle of 288.35º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805F7 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 5 | 247 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.03 |
| HSL | 288.35º | 0.96% | 0.49% | - |
| HSV(B) | 288.35º | 0.98% | 0.97% | - |
| XYZ | 40.66 | 19.1 | 89.54 | - |
| YUV | 90.89 | 216.1 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 247 | 0.19 | 0.98 | 0 | 0.03 | 288.35 | 0.96 | 0.49 |
| Hex | C8 | 5 | F7 | 13 | 62 | 0 | 3 | 120 | 60 | 31 |
| Octal | 310 | 5 | 367 | 23 | 142 | 0 | 3 | 440 | 140 | 61 |
| Binary | 11001000 | 101 | 11110111 | 10011 | 1100010 | 0 | 11 | 100100000 | 1100000 | 110001 |
Color Harmonies of #C805F7
Complementary color
Monochromatic Colors of #C805F7
Black with #C805F7
Text Example
Text Example
White with #C805F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805F7; }
p { color: rgb(200,5,247); }
H1.HeaderClassName
{
color: #C805F7;
}
.AnyTagClassName
{
color: #C805F7;
}
</style>
background-color css
<style>
a { background-color: #C805F7; }
a { background-color: rgb(200,5,247); }
div.DivClassName
{
background-color: #C805F7;
}
.BgClassName
{
background-color: #C805F7;
}
</style>
border-color css
<style>
span { border-color: #C805F7; }
span { border-color: rgb(200,5,247); }
td.TdClassName
{
border-color: #C805F7;
}
.TagClassName
{
border-color: #C805F7;
}
</style>