Shades of Electric Purple #C805F2
Tints of Electric Purple #C805F2
RGB
CMYK
RGB Variations
Color information
#C805F2 (or 0xC805F2) is known color: Electric Purple. HEX triplet: C8, 05 and F2. RGB value is (200,5,242). Sum of RGB (Red+Green+Blue) = 200+5+242=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #C805F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C805F2 is #37FA0D. Grayscale: #595959. Windows color (decimal): -3668494 or 15861192. OLE color: 15861192.
HSL color Cylindrical-coordinate representation of color #C805F2: hue angle of 289.37º 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 #C805F2 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 5 | 242 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.05 |
| HSL | 289.37º | 0.96% | 0.48% | - |
| HSV(B) | 289.37º | 0.98% | 0.95% | - |
| XYZ | 39.9 | 18.8 | 85.53 | - |
| YUV | 90.32 | 213.6 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 242 | 0.17 | 0.98 | 0 | 0.05 | 289.37 | 0.96 | 0.48 |
| Hex | C8 | 5 | F2 | 11 | 62 | 0 | 5 | 121 | 60 | 30 |
| Octal | 310 | 5 | 362 | 21 | 142 | 0 | 5 | 441 | 140 | 60 |
| Binary | 11001000 | 101 | 11110010 | 10001 | 1100010 | 0 | 101 | 100100001 | 1100000 | 110000 |
Color Harmonies of #C805F2
Complementary color
Monochromatic Colors of #C805F2
Black with #C805F2
Text Example
Text Example
White with #C805F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805F2; }
p { color: rgb(200,5,242); }
H1.HeaderClassName
{
color: #C805F2;
}
.AnyTagClassName
{
color: #C805F2;
}
</style>
background-color css
<style>
a { background-color: #C805F2; }
a { background-color: rgb(200,5,242); }
div.DivClassName
{
background-color: #C805F2;
}
.BgClassName
{
background-color: #C805F2;
}
</style>
border-color css
<style>
span { border-color: #C805F2; }
span { border-color: rgb(200,5,242); }
td.TdClassName
{
border-color: #C805F2;
}
.TagClassName
{
border-color: #C805F2;
}
</style>