Shades of Electric Purple #C907EC
Tints of Electric Purple #C907EC
RGB
CMYK
RGB Variations
Color information
#C907EC (or 0xC907EC) is known color: Electric Purple. HEX triplet: C9, 07 and EC. RGB value is (201,7,236). Sum of RGB (Red+Green+Blue) = 201+7+236=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 7 (3.12% from 255 or 1.58% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #C907EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907EC is #36F813. Grayscale: #5A5A5A. Windows color (decimal): -3602452 or 15468489. OLE color: 15468489.
HSL color Cylindrical-coordinate representation of color #C907EC: hue angle of 290.83º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907EC is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 7 | 236 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.07 |
| HSL | 290.83º | 0.94% | 0.48% | - |
| HSV(B) | 290.83º | 0.97% | 0.93% | - |
| XYZ | 39.3 | 18.63 | 80.88 | - |
| YUV | 91.11 | 209.77 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 236 | 0.15 | 0.97 | 0 | 0.07 | 290.83 | 0.94 | 0.48 |
| Hex | C9 | 7 | EC | F | 61 | 0 | 7 | 123 | 5E | 30 |
| Octal | 311 | 7 | 354 | 17 | 141 | 0 | 7 | 443 | 136 | 60 |
| Binary | 11001001 | 111 | 11101100 | 1111 | 1100001 | 0 | 111 | 100100011 | 1011110 | 110000 |
Color Harmonies of #C907EC
Complementary color
Monochromatic Colors of #C907EC
Black with #C907EC
Text Example
Text Example
White with #C907EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907EC; }
p { color: rgb(201,7,236); }
H1.HeaderClassName
{
color: #C907EC;
}
.AnyTagClassName
{
color: #C907EC;
}
</style>
background-color css
<style>
a { background-color: #C907EC; }
a { background-color: rgb(201,7,236); }
div.DivClassName
{
background-color: #C907EC;
}
.BgClassName
{
background-color: #C907EC;
}
</style>
border-color css
<style>
span { border-color: #C907EC; }
span { border-color: rgb(201,7,236); }
td.TdClassName
{
border-color: #C907EC;
}
.TagClassName
{
border-color: #C907EC;
}
</style>