Shades of Electric Purple #C907ED
Tints of Electric Purple #C907ED
RGB
CMYK
RGB Variations
Color information
#C907ED (or 0xC907ED) is known color: Electric Purple. HEX triplet: C9, 07 and ED. RGB value is (201,7,237). Sum of RGB (Red+Green+Blue) = 201+7+237=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #C907ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907ED is #36F812. Grayscale: #5A5A5A. Windows color (decimal): -3602451 or 15534025. OLE color: 15534025.
HSL color Cylindrical-coordinate representation of color #C907ED: hue angle of 290.61º 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 #C907ED is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 7 | 237 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.07 |
| HSL | 290.61º | 0.94% | 0.48% | - |
| HSV(B) | 290.61º | 0.97% | 0.93% | - |
| XYZ | 39.45 | 18.68 | 81.65 | - |
| YUV | 91.23 | 210.27 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 237 | 0.15 | 0.97 | 0 | 0.07 | 290.61 | 0.94 | 0.48 |
| Hex | C9 | 7 | ED | F | 61 | 0 | 7 | 123 | 5E | 30 |
| Octal | 311 | 7 | 355 | 17 | 141 | 0 | 7 | 443 | 136 | 60 |
| Binary | 11001001 | 111 | 11101101 | 1111 | 1100001 | 0 | 111 | 100100011 | 1011110 | 110000 |
Color Harmonies of #C907ED
Complementary color
Monochromatic Colors of #C907ED
Black with #C907ED
Text Example
Text Example
White with #C907ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907ED; }
p { color: rgb(201,7,237); }
H1.HeaderClassName
{
color: #C907ED;
}
.AnyTagClassName
{
color: #C907ED;
}
</style>
background-color css
<style>
a { background-color: #C907ED; }
a { background-color: rgb(201,7,237); }
div.DivClassName
{
background-color: #C907ED;
}
.BgClassName
{
background-color: #C907ED;
}
</style>
border-color css
<style>
span { border-color: #C907ED; }
span { border-color: rgb(201,7,237); }
td.TdClassName
{
border-color: #C907ED;
}
.TagClassName
{
border-color: #C907ED;
}
</style>