Shades of Electric Purple #C007FF
Tints of Electric Purple #C007FF
RGB
CMYK
RGB Variations
Color information
#C007FF (or 0xC007FF) is known color: Electric Purple. HEX triplet: C0, 07 and FF. RGB value is (192,7,255). Sum of RGB (Red+Green+Blue) = 192+7+255=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #C007FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C007FF is #3FF800. Grayscale: #595959. Windows color (decimal): -4192257 or 16713664. OLE color: 16713664.
HSL color Cylindrical-coordinate representation of color #C007FF: hue angle of 284.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C007FF is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 7 | 255 | - |
| CMYK | 0.25 | 0.97 | 0 | 0 |
| HSL | 284.76º | 1% | 0.51% | - |
| HSV(B) | 284.76º | 0.97% | 1% | - |
| XYZ | 39.86 | 18.58 | 96.09 | - |
| YUV | 90.59 | 220.79 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 255 | 0.25 | 0.97 | 0 | 0 | 284.76 | 1 | 0.51 |
| Hex | C0 | 7 | FF | 19 | 61 | 0 | 0 | 11D | 64 | 33 |
| Octal | 300 | 7 | 377 | 31 | 141 | 0 | 0 | 435 | 144 | 63 |
| Binary | 11000000 | 111 | 11111111 | 11001 | 1100001 | 0 | 0 | 100011101 | 1100100 | 110011 |
Color Harmonies of #C007FF
Complementary color
Monochromatic Colors of #C007FF
Black with #C007FF
Text Example
Text Example
White with #C007FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007FF; }
p { color: rgb(192,7,255); }
H1.HeaderClassName
{
color: #C007FF;
}
.AnyTagClassName
{
color: #C007FF;
}
</style>
background-color css
<style>
a { background-color: #C007FF; }
a { background-color: rgb(192,7,255); }
div.DivClassName
{
background-color: #C007FF;
}
.BgClassName
{
background-color: #C007FF;
}
</style>
border-color css
<style>
span { border-color: #C007FF; }
span { border-color: rgb(192,7,255); }
td.TdClassName
{
border-color: #C007FF;
}
.TagClassName
{
border-color: #C007FF;
}
</style>