Shades of Electric Purple #C90EEE
Tints of Electric Purple #C90EEE
RGB
CMYK
RGB Variations
Color information
#C90EEE (or 0xC90EEE) is known color: Electric Purple. HEX triplet: C9, 0E and EE. RGB value is (201,14,238). Sum of RGB (Red+Green+Blue) = 201+14+238=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #C90EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90EEE is #36F111. Grayscale: #5E5E5E. Windows color (decimal): -3600658 or 15601353. OLE color: 15601353.
HSL color Cylindrical-coordinate representation of color #C90EEE: hue angle of 290.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90EEE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 14 | 238 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.07 |
| HSL | 290.09º | 0.89% | 0.49% | - |
| HSV(B) | 290.09º | 0.94% | 0.93% | - |
| XYZ | 39.68 | 18.9 | 82.45 | - |
| YUV | 95.45 | 208.45 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 238 | 0.16 | 0.94 | 0 | 0.07 | 290.09 | 0.89 | 0.49 |
| Hex | C9 | E | EE | 10 | 5E | 0 | 7 | 122 | 59 | 31 |
| Octal | 311 | 16 | 356 | 20 | 136 | 0 | 7 | 442 | 131 | 61 |
| Binary | 11001001 | 1110 | 11101110 | 10000 | 1011110 | 0 | 111 | 100100010 | 1011001 | 110001 |
Color Harmonies of #C90EEE
Complementary color
Monochromatic Colors of #C90EEE
Black with #C90EEE
Text Example
Text Example
White with #C90EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90EEE; }
p { color: rgb(201,14,238); }
H1.HeaderClassName
{
color: #C90EEE;
}
.AnyTagClassName
{
color: #C90EEE;
}
</style>
background-color css
<style>
a { background-color: #C90EEE; }
a { background-color: rgb(201,14,238); }
div.DivClassName
{
background-color: #C90EEE;
}
.BgClassName
{
background-color: #C90EEE;
}
</style>
border-color css
<style>
span { border-color: #C90EEE; }
span { border-color: rgb(201,14,238); }
td.TdClassName
{
border-color: #C90EEE;
}
.TagClassName
{
border-color: #C90EEE;
}
</style>