Shades of Electric Purple #C907F6
Tints of Electric Purple #C907F6
RGB
CMYK
RGB Variations
Color information
#C907F6 (or 0xC907F6) is known color: Electric Purple. HEX triplet: C9, 07 and F6. RGB value is (201,7,246). Sum of RGB (Red+Green+Blue) = 201+7+246=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #C907F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907F6 is #36F809. Grayscale: #5B5B5B. Windows color (decimal): -3602442 or 16123849. OLE color: 16123849.
HSL color Cylindrical-coordinate representation of color #C907F6: hue angle of 288.7º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907F6 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 7 | 246 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.04 |
| HSL | 288.7º | 0.94% | 0.5% | - |
| HSV(B) | 288.7º | 0.97% | 0.96% | - |
| XYZ | 40.8 | 19.22 | 88.75 | - |
| YUV | 92.25 | 214.77 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 246 | 0.18 | 0.97 | 0 | 0.04 | 288.7 | 0.94 | 0.5 |
| Hex | C9 | 7 | F6 | 12 | 61 | 0 | 4 | 121 | 5E | 32 |
| Octal | 311 | 7 | 366 | 22 | 141 | 0 | 4 | 441 | 136 | 62 |
| Binary | 11001001 | 111 | 11110110 | 10010 | 1100001 | 0 | 100 | 100100001 | 1011110 | 110010 |
Color Harmonies of #C907F6
Complementary color
Monochromatic Colors of #C907F6
Black with #C907F6
Text Example
Text Example
White with #C907F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907F6; }
p { color: rgb(201,7,246); }
H1.HeaderClassName
{
color: #C907F6;
}
.AnyTagClassName
{
color: #C907F6;
}
</style>
background-color css
<style>
a { background-color: #C907F6; }
a { background-color: rgb(201,7,246); }
div.DivClassName
{
background-color: #C907F6;
}
.BgClassName
{
background-color: #C907F6;
}
</style>
border-color css
<style>
span { border-color: #C907F6; }
span { border-color: rgb(201,7,246); }
td.TdClassName
{
border-color: #C907F6;
}
.TagClassName
{
border-color: #C907F6;
}
</style>