Shades of Electric Purple #C90DEB
Tints of Electric Purple #C90DEB
RGB
CMYK
RGB Variations
Color information
#C90DEB (or 0xC90DEB) is known color: Electric Purple. HEX triplet: C9, 0D and EB. RGB value is (201,13,235). Sum of RGB (Red+Green+Blue) = 201+13+235=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #C90DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90DEB is #36F214. Grayscale: #5D5D5D. Windows color (decimal): -3600917 or 15404489. OLE color: 15404489.
HSL color Cylindrical-coordinate representation of color #C90DEB: hue angle of 290.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90DEB is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 13 | 235 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.08 |
| HSL | 290.81º | 0.9% | 0.49% | - |
| HSV(B) | 290.81º | 0.94% | 0.92% | - |
| XYZ | 39.23 | 18.7 | 80.14 | - |
| YUV | 94.52 | 207.28 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 235 | 0.14 | 0.94 | 0 | 0.08 | 290.81 | 0.9 | 0.49 |
| Hex | C9 | D | EB | E | 5E | 0 | 8 | 123 | 5A | 31 |
| Octal | 311 | 15 | 353 | 16 | 136 | 0 | 10 | 443 | 132 | 61 |
| Binary | 11001001 | 1101 | 11101011 | 1110 | 1011110 | 0 | 1000 | 100100011 | 1011010 | 110001 |
Color Harmonies of #C90DEB
Complementary color
Monochromatic Colors of #C90DEB
Black with #C90DEB
Text Example
Text Example
White with #C90DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DEB; }
p { color: rgb(201,13,235); }
H1.HeaderClassName
{
color: #C90DEB;
}
.AnyTagClassName
{
color: #C90DEB;
}
</style>
background-color css
<style>
a { background-color: #C90DEB; }
a { background-color: rgb(201,13,235); }
div.DivClassName
{
background-color: #C90DEB;
}
.BgClassName
{
background-color: #C90DEB;
}
</style>
border-color css
<style>
span { border-color: #C90DEB; }
span { border-color: rgb(201,13,235); }
td.TdClassName
{
border-color: #C90DEB;
}
.TagClassName
{
border-color: #C90DEB;
}
</style>