Shades of Electric Purple #C907EF
Tints of Electric Purple #C907EF
RGB
CMYK
RGB Variations
Color information
#C907EF (or 0xC907EF) is known color: Electric Purple. HEX triplet: C9, 07 and EF. RGB value is (201,7,239). Sum of RGB (Red+Green+Blue) = 201+7+239=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #C907EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907EF is #36F810. Grayscale: #5A5A5A. Windows color (decimal): -3602449 or 15665097. OLE color: 15665097.
HSL color Cylindrical-coordinate representation of color #C907EF: hue angle of 290.17º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907EF is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 7 | 239 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.06 |
| HSL | 290.17º | 0.94% | 0.48% | - |
| HSV(B) | 290.17º | 0.97% | 0.94% | - |
| XYZ | 39.74 | 18.8 | 83.2 | - |
| YUV | 91.45 | 211.27 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 239 | 0.16 | 0.97 | 0 | 0.06 | 290.17 | 0.94 | 0.48 |
| Hex | C9 | 7 | EF | 10 | 61 | 0 | 6 | 122 | 5E | 30 |
| Octal | 311 | 7 | 357 | 20 | 141 | 0 | 6 | 442 | 136 | 60 |
| Binary | 11001001 | 111 | 11101111 | 10000 | 1100001 | 0 | 110 | 100100010 | 1011110 | 110000 |
Color Harmonies of #C907EF
Complementary color
Monochromatic Colors of #C907EF
Black with #C907EF
Text Example
Text Example
White with #C907EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907EF; }
p { color: rgb(201,7,239); }
H1.HeaderClassName
{
color: #C907EF;
}
.AnyTagClassName
{
color: #C907EF;
}
</style>
background-color css
<style>
a { background-color: #C907EF; }
a { background-color: rgb(201,7,239); }
div.DivClassName
{
background-color: #C907EF;
}
.BgClassName
{
background-color: #C907EF;
}
</style>
border-color css
<style>
span { border-color: #C907EF; }
span { border-color: rgb(201,7,239); }
td.TdClassName
{
border-color: #C907EF;
}
.TagClassName
{
border-color: #C907EF;
}
</style>