Shades of Electric Purple #C917EC
Tints of Electric Purple #C917EC
RGB
CMYK
RGB Variations
Color information
#C917EC (or 0xC917EC) is known color: Electric Purple. HEX triplet: C9, 17 and EC. RGB value is (201,23,236). Sum of RGB (Red+Green+Blue) = 201+23+236=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #C917EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C917EC is #36E813. Grayscale: #636363. Windows color (decimal): -3598356 or 15472585. OLE color: 15472585.
HSL color Cylindrical-coordinate representation of color #C917EC: hue angle of 290.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C917EC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 23 | 236 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.07 |
| HSL | 290.14º | 0.85% | 0.51% | - |
| HSV(B) | 290.14º | 0.9% | 0.93% | - |
| XYZ | 39.53 | 19.09 | 80.96 | - |
| YUV | 100.5 | 204.47 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 236 | 0.15 | 0.90 | 0 | 0.07 | 290.14 | 0.85 | 0.51 |
| Hex | C9 | 17 | EC | F | 5A | 0 | 7 | 122 | 55 | 33 |
| Octal | 311 | 27 | 354 | 17 | 132 | 0 | 7 | 442 | 125 | 63 |
| Binary | 11001001 | 10111 | 11101100 | 1111 | 1011010 | 0 | 111 | 100100010 | 1010101 | 110011 |
Color Harmonies of #C917EC
Complementary color
Monochromatic Colors of #C917EC
Black with #C917EC
Text Example
Text Example
White with #C917EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917EC; }
p { color: rgb(201,23,236); }
H1.HeaderClassName
{
color: #C917EC;
}
.AnyTagClassName
{
color: #C917EC;
}
</style>
background-color css
<style>
a { background-color: #C917EC; }
a { background-color: rgb(201,23,236); }
div.DivClassName
{
background-color: #C917EC;
}
.BgClassName
{
background-color: #C917EC;
}
</style>
border-color css
<style>
span { border-color: #C917EC; }
span { border-color: rgb(201,23,236); }
td.TdClassName
{
border-color: #C917EC;
}
.TagClassName
{
border-color: #C917EC;
}
</style>