Shades of Electric Purple #C916EE
Tints of Electric Purple #C916EE
RGB
CMYK
RGB Variations
Color information
#C916EE (or 0xC916EE) is known color: Electric Purple. HEX triplet: C9, 16 and EE. RGB value is (201,22,238). Sum of RGB (Red+Green+Blue) = 201+22+238=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #C916EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C916EE is #36E911. Grayscale: #636363. Windows color (decimal): -3598610 or 15603401. OLE color: 15603401.
HSL color Cylindrical-coordinate representation of color #C916EE: hue angle of 289.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C916EE is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 22 | 238 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.07 |
| HSL | 289.72º | 0.86% | 0.51% | - |
| HSV(B) | 289.72º | 0.91% | 0.93% | - |
| XYZ | 39.81 | 19.16 | 82.49 | - |
| YUV | 100.15 | 205.8 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 238 | 0.16 | 0.91 | 0 | 0.07 | 289.72 | 0.86 | 0.51 |
| Hex | C9 | 16 | EE | 10 | 5B | 0 | 7 | 122 | 56 | 33 |
| Octal | 311 | 26 | 356 | 20 | 133 | 0 | 7 | 442 | 126 | 63 |
| Binary | 11001001 | 10110 | 11101110 | 10000 | 1011011 | 0 | 111 | 100100010 | 1010110 | 110011 |
Color Harmonies of #C916EE
Complementary color
Monochromatic Colors of #C916EE
Black with #C916EE
Text Example
Text Example
White with #C916EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C916EE; }
p { color: rgb(201,22,238); }
H1.HeaderClassName
{
color: #C916EE;
}
.AnyTagClassName
{
color: #C916EE;
}
</style>
background-color css
<style>
a { background-color: #C916EE; }
a { background-color: rgb(201,22,238); }
div.DivClassName
{
background-color: #C916EE;
}
.BgClassName
{
background-color: #C916EE;
}
</style>
border-color css
<style>
span { border-color: #C916EE; }
span { border-color: rgb(201,22,238); }
td.TdClassName
{
border-color: #C916EE;
}
.TagClassName
{
border-color: #C916EE;
}
</style>