Shades of Electric Purple #C705EF
Tints of Electric Purple #C705EF
RGB
CMYK
RGB Variations
Color information
#C705EF (or 0xC705EF) is known color: Electric Purple. HEX triplet: C7, 05 and EF. RGB value is (199,5,239). Sum of RGB (Red+Green+Blue) = 199+5+239=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #C705EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C705EF is #38FA10. Grayscale: #585858. Windows color (decimal): -3734033 or 15664583. OLE color: 15664583.
HSL color Cylindrical-coordinate representation of color #C705EF: hue angle of 289.74º 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 #C705EF is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 5 | 239 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.06 |
| HSL | 289.74º | 0.96% | 0.48% | - |
| HSV(B) | 289.74º | 0.98% | 0.94% | - |
| XYZ | 39.19 | 18.48 | 83.16 | - |
| YUV | 89.68 | 212.27 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 239 | 0.17 | 0.98 | 0 | 0.06 | 289.74 | 0.96 | 0.48 |
| Hex | C7 | 5 | EF | 11 | 62 | 0 | 6 | 122 | 60 | 30 |
| Octal | 307 | 5 | 357 | 21 | 142 | 0 | 6 | 442 | 140 | 60 |
| Binary | 11000111 | 101 | 11101111 | 10001 | 1100010 | 0 | 110 | 100100010 | 1100000 | 110000 |
Color Harmonies of #C705EF
Complementary color
Monochromatic Colors of #C705EF
Black with #C705EF
Text Example
Text Example
White with #C705EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C705EF; }
p { color: rgb(199,5,239); }
H1.HeaderClassName
{
color: #C705EF;
}
.AnyTagClassName
{
color: #C705EF;
}
</style>
background-color css
<style>
a { background-color: #C705EF; }
a { background-color: rgb(199,5,239); }
div.DivClassName
{
background-color: #C705EF;
}
.BgClassName
{
background-color: #C705EF;
}
</style>
border-color css
<style>
span { border-color: #C705EF; }
span { border-color: rgb(199,5,239); }
td.TdClassName
{
border-color: #C705EF;
}
.TagClassName
{
border-color: #C705EF;
}
</style>