Shades of Electric Purple #C907E8
Tints of Electric Purple #C907E8
RGB
CMYK
RGB Variations
Color information
#C907E8 (or 0xC907E8) is known color: Electric Purple. HEX triplet: C9, 07 and E8. RGB value is (201,7,232). Sum of RGB (Red+Green+Blue) = 201+7+232=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #C907E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907E8 is #36F817. Grayscale: #595959. Windows color (decimal): -3602456 or 15206345. OLE color: 15206345.
HSL color Cylindrical-coordinate representation of color #C907E8: hue angle of 291.73º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907E8 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 7 | 232 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.09 |
| HSL | 291.73º | 0.94% | 0.47% | - |
| HSV(B) | 291.73º | 0.97% | 0.91% | - |
| XYZ | 38.73 | 18.4 | 77.85 | - |
| YUV | 90.66 | 207.77 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 232 | 0.13 | 0.97 | 0 | 0.09 | 291.73 | 0.94 | 0.47 |
| Hex | C9 | 7 | E8 | D | 61 | 0 | 9 | 124 | 5E | 2F |
| Octal | 311 | 7 | 350 | 15 | 141 | 0 | 11 | 444 | 136 | 57 |
| Binary | 11001001 | 111 | 11101000 | 1101 | 1100001 | 0 | 1001 | 100100100 | 1011110 | 101111 |
Color Harmonies of #C907E8
Complementary color
Monochromatic Colors of #C907E8
Black with #C907E8
Text Example
Text Example
White with #C907E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907E8; }
p { color: rgb(201,7,232); }
H1.HeaderClassName
{
color: #C907E8;
}
.AnyTagClassName
{
color: #C907E8;
}
</style>
background-color css
<style>
a { background-color: #C907E8; }
a { background-color: rgb(201,7,232); }
div.DivClassName
{
background-color: #C907E8;
}
.BgClassName
{
background-color: #C907E8;
}
</style>
border-color css
<style>
span { border-color: #C907E8; }
span { border-color: rgb(201,7,232); }
td.TdClassName
{
border-color: #C907E8;
}
.TagClassName
{
border-color: #C907E8;
}
</style>