Shades of Electric Purple #C90CEC
Tints of Electric Purple #C90CEC
RGB
CMYK
RGB Variations
Color information
#C90CEC (or 0xC90CEC) is known color: Electric Purple. HEX triplet: C9, 0C and EC. RGB value is (201,12,236). Sum of RGB (Red+Green+Blue) = 201+12+236=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #C90CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CEC is #36F313. Grayscale: #5D5D5D. Windows color (decimal): -3601172 or 15469769. OLE color: 15469769.
HSL color Cylindrical-coordinate representation of color #C90CEC: hue angle of 290.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90CEC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 12 | 236 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.07 |
| HSL | 290.63º | 0.9% | 0.49% | - |
| HSV(B) | 290.63º | 0.95% | 0.93% | - |
| XYZ | 39.36 | 18.74 | 80.9 | - |
| YUV | 94.05 | 208.12 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 236 | 0.15 | 0.95 | 0 | 0.07 | 290.63 | 0.9 | 0.49 |
| Hex | C9 | C | EC | F | 5F | 0 | 7 | 123 | 5A | 31 |
| Octal | 311 | 14 | 354 | 17 | 137 | 0 | 7 | 443 | 132 | 61 |
| Binary | 11001001 | 1100 | 11101100 | 1111 | 1011111 | 0 | 111 | 100100011 | 1011010 | 110001 |
Color Harmonies of #C90CEC
Complementary color
Monochromatic Colors of #C90CEC
Black with #C90CEC
Text Example
Text Example
White with #C90CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90CEC; }
p { color: rgb(201,12,236); }
H1.HeaderClassName
{
color: #C90CEC;
}
.AnyTagClassName
{
color: #C90CEC;
}
</style>
background-color css
<style>
a { background-color: #C90CEC; }
a { background-color: rgb(201,12,236); }
div.DivClassName
{
background-color: #C90CEC;
}
.BgClassName
{
background-color: #C90CEC;
}
</style>
border-color css
<style>
span { border-color: #C90CEC; }
span { border-color: rgb(201,12,236); }
td.TdClassName
{
border-color: #C90CEC;
}
.TagClassName
{
border-color: #C90CEC;
}
</style>