Shades of Electric Purple #C805F0
Tints of Electric Purple #C805F0
RGB
CMYK
RGB Variations
Color information
#C805F0 (or 0xC805F0) is known color: Electric Purple. HEX triplet: C8, 05 and F0. RGB value is (200,5,240). Sum of RGB (Red+Green+Blue) = 200+5+240=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #C805F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C805F0 is #37FA0F. Grayscale: #595959. Windows color (decimal): -3668496 or 15730120. OLE color: 15730120.
HSL color Cylindrical-coordinate representation of color #C805F0: hue angle of 289.79º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805F0 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 5 | 240 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.06 |
| HSL | 289.79º | 0.96% | 0.48% | - |
| HSV(B) | 289.79º | 0.98% | 0.94% | - |
| XYZ | 39.6 | 18.68 | 83.96 | - |
| YUV | 90.1 | 212.6 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 240 | 0.17 | 0.98 | 0 | 0.06 | 289.79 | 0.96 | 0.48 |
| Hex | C8 | 5 | F0 | 11 | 62 | 0 | 6 | 122 | 60 | 30 |
| Octal | 310 | 5 | 360 | 21 | 142 | 0 | 6 | 442 | 140 | 60 |
| Binary | 11001000 | 101 | 11110000 | 10001 | 1100010 | 0 | 110 | 100100010 | 1100000 | 110000 |
Color Harmonies of #C805F0
Complementary color
Monochromatic Colors of #C805F0
Black with #C805F0
Text Example
Text Example
White with #C805F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805F0; }
p { color: rgb(200,5,240); }
H1.HeaderClassName
{
color: #C805F0;
}
.AnyTagClassName
{
color: #C805F0;
}
</style>
background-color css
<style>
a { background-color: #C805F0; }
a { background-color: rgb(200,5,240); }
div.DivClassName
{
background-color: #C805F0;
}
.BgClassName
{
background-color: #C805F0;
}
</style>
border-color css
<style>
span { border-color: #C805F0; }
span { border-color: rgb(200,5,240); }
td.TdClassName
{
border-color: #C805F0;
}
.TagClassName
{
border-color: #C805F0;
}
</style>