Shades of Electric Purple #C917EF
Tints of Electric Purple #C917EF
RGB
CMYK
RGB Variations
Color information
#C917EF (or 0xC917EF) is known color: Electric Purple. HEX triplet: C9, 17 and EF. RGB value is (201,23,239). Sum of RGB (Red+Green+Blue) = 201+23+239=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #C917EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C917EF is #36E810. Grayscale: #646464. Windows color (decimal): -3598353 or 15669193. OLE color: 15669193.
HSL color Cylindrical-coordinate representation of color #C917EF: hue angle of 289.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C917EF is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 23 | 239 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.06 |
| HSL | 289.44º | 0.87% | 0.51% | - |
| HSV(B) | 289.44º | 0.9% | 0.94% | - |
| XYZ | 39.97 | 19.26 | 83.27 | - |
| YUV | 100.85 | 205.97 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 239 | 0.16 | 0.90 | 0 | 0.06 | 289.44 | 0.87 | 0.51 |
| Hex | C9 | 17 | EF | 10 | 5A | 0 | 6 | 121 | 57 | 33 |
| Octal | 311 | 27 | 357 | 20 | 132 | 0 | 6 | 441 | 127 | 63 |
| Binary | 11001001 | 10111 | 11101111 | 10000 | 1011010 | 0 | 110 | 100100001 | 1010111 | 110011 |
Color Harmonies of #C917EF
Complementary color
Monochromatic Colors of #C917EF
Black with #C917EF
Text Example
Text Example
White with #C917EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917EF; }
p { color: rgb(201,23,239); }
H1.HeaderClassName
{
color: #C917EF;
}
.AnyTagClassName
{
color: #C917EF;
}
</style>
background-color css
<style>
a { background-color: #C917EF; }
a { background-color: rgb(201,23,239); }
div.DivClassName
{
background-color: #C917EF;
}
.BgClassName
{
background-color: #C917EF;
}
</style>
border-color css
<style>
span { border-color: #C917EF; }
span { border-color: rgb(201,23,239); }
td.TdClassName
{
border-color: #C917EF;
}
.TagClassName
{
border-color: #C917EF;
}
</style>