Shades of Electric Purple #C917EA
Tints of Electric Purple #C917EA
RGB
CMYK
RGB Variations
Color information
#C917EA (or 0xC917EA) is known color: Electric Purple. HEX triplet: C9, 17 and EA. RGB value is (201,23,234). Sum of RGB (Red+Green+Blue) = 201+23+234=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #C917EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C917EA is #36E815. Grayscale: #636363. Windows color (decimal): -3598358 or 15341513. OLE color: 15341513.
HSL color Cylindrical-coordinate representation of color #C917EA: hue angle of 290.62º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C917EA is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 23 | 234 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.08 |
| HSL | 290.62º | 0.83% | 0.5% | - |
| HSV(B) | 290.62º | 0.9% | 0.92% | - |
| XYZ | 39.25 | 18.97 | 79.44 | - |
| YUV | 100.28 | 203.47 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 234 | 0.14 | 0.90 | 0 | 0.08 | 290.62 | 0.83 | 0.5 |
| Hex | C9 | 17 | EA | E | 5A | 0 | 8 | 123 | 53 | 32 |
| Octal | 311 | 27 | 352 | 16 | 132 | 0 | 10 | 443 | 123 | 62 |
| Binary | 11001001 | 10111 | 11101010 | 1110 | 1011010 | 0 | 1000 | 100100011 | 1010011 | 110010 |
Color Harmonies of #C917EA
Complementary color
Monochromatic Colors of #C917EA
Black with #C917EA
Text Example
Text Example
White with #C917EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917EA; }
p { color: rgb(201,23,234); }
H1.HeaderClassName
{
color: #C917EA;
}
.AnyTagClassName
{
color: #C917EA;
}
</style>
background-color css
<style>
a { background-color: #C917EA; }
a { background-color: rgb(201,23,234); }
div.DivClassName
{
background-color: #C917EA;
}
.BgClassName
{
background-color: #C917EA;
}
</style>
border-color css
<style>
span { border-color: #C917EA; }
span { border-color: rgb(201,23,234); }
td.TdClassName
{
border-color: #C917EA;
}
.TagClassName
{
border-color: #C917EA;
}
</style>