Shades of Electric Purple #C805F1
Tints of Electric Purple #C805F1
RGB
CMYK
RGB Variations
Color information
#C805F1 (or 0xC805F1) is known color: Electric Purple. HEX triplet: C8, 05 and F1. RGB value is (200,5,241). Sum of RGB (Red+Green+Blue) = 200+5+241=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 5 (2.34% from 255 or 1.12% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #C805F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C805F1 is #37FA0E. Grayscale: #595959. Windows color (decimal): -3668495 or 15795656. OLE color: 15795656.
HSL color Cylindrical-coordinate representation of color #C805F1: hue angle of 289.58º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805F1 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 5 | 241 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.05 |
| HSL | 289.58º | 0.96% | 0.48% | - |
| HSV(B) | 289.58º | 0.98% | 0.95% | - |
| XYZ | 39.75 | 18.74 | 84.74 | - |
| YUV | 90.21 | 213.1 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 241 | 0.17 | 0.98 | 0 | 0.05 | 289.58 | 0.96 | 0.48 |
| Hex | C8 | 5 | F1 | 11 | 62 | 0 | 5 | 122 | 60 | 30 |
| Octal | 310 | 5 | 361 | 21 | 142 | 0 | 5 | 442 | 140 | 60 |
| Binary | 11001000 | 101 | 11110001 | 10001 | 1100010 | 0 | 101 | 100100010 | 1100000 | 110000 |
Color Harmonies of #C805F1
Complementary color
Monochromatic Colors of #C805F1
Black with #C805F1
Text Example
Text Example
White with #C805F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805F1; }
p { color: rgb(200,5,241); }
H1.HeaderClassName
{
color: #C805F1;
}
.AnyTagClassName
{
color: #C805F1;
}
</style>
background-color css
<style>
a { background-color: #C805F1; }
a { background-color: rgb(200,5,241); }
div.DivClassName
{
background-color: #C805F1;
}
.BgClassName
{
background-color: #C805F1;
}
</style>
border-color css
<style>
span { border-color: #C805F1; }
span { border-color: rgb(200,5,241); }
td.TdClassName
{
border-color: #C805F1;
}
.TagClassName
{
border-color: #C805F1;
}
</style>