Shades of Electric Purple #C917EE
Tints of Electric Purple #C917EE
RGB
CMYK
RGB Variations
Color information
#C917EE (or 0xC917EE) is known color: Electric Purple. HEX triplet: C9, 17 and EE. RGB value is (201,23,238). Sum of RGB (Red+Green+Blue) = 201+23+238=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #C917EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C917EE is #36E811. Grayscale: #646464. Windows color (decimal): -3598354 or 15603657. OLE color: 15603657.
HSL color Cylindrical-coordinate representation of color #C917EE: hue angle of 289.67º degrees, saturation: 0.86, 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 #C917EE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 23 | 238 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.07 |
| HSL | 289.67º | 0.86% | 0.51% | - |
| HSV(B) | 289.67º | 0.9% | 0.93% | - |
| XYZ | 39.83 | 19.2 | 82.5 | - |
| YUV | 100.73 | 205.47 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 238 | 0.16 | 0.90 | 0 | 0.07 | 289.67 | 0.86 | 0.51 |
| Hex | C9 | 17 | EE | 10 | 5A | 0 | 7 | 122 | 56 | 33 |
| Octal | 311 | 27 | 356 | 20 | 132 | 0 | 7 | 442 | 126 | 63 |
| Binary | 11001001 | 10111 | 11101110 | 10000 | 1011010 | 0 | 111 | 100100010 | 1010110 | 110011 |
Color Harmonies of #C917EE
Complementary color
Monochromatic Colors of #C917EE
Black with #C917EE
Text Example
Text Example
White with #C917EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917EE; }
p { color: rgb(201,23,238); }
H1.HeaderClassName
{
color: #C917EE;
}
.AnyTagClassName
{
color: #C917EE;
}
</style>
background-color css
<style>
a { background-color: #C917EE; }
a { background-color: rgb(201,23,238); }
div.DivClassName
{
background-color: #C917EE;
}
.BgClassName
{
background-color: #C917EE;
}
</style>
border-color css
<style>
span { border-color: #C917EE; }
span { border-color: rgb(201,23,238); }
td.TdClassName
{
border-color: #C917EE;
}
.TagClassName
{
border-color: #C917EE;
}
</style>