Shades of Electric Purple #C90BEC
Tints of Electric Purple #C90BEC
RGB
CMYK
RGB Variations
Color information
#C90BEC (or 0xC90BEC) is known color: Electric Purple. HEX triplet: C9, 0B and EC. RGB value is (201,11,236). Sum of RGB (Red+Green+Blue) = 201+11+236=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #C90BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90BEC is #36F413. Grayscale: #5C5C5C. Windows color (decimal): -3601428 or 15469513. OLE color: 15469513.
HSL color Cylindrical-coordinate representation of color #C90BEC: hue angle of 290.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90BEC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 11 | 236 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.07 |
| HSL | 290.67º | 0.91% | 0.48% | - |
| HSV(B) | 290.67º | 0.95% | 0.93% | - |
| XYZ | 39.35 | 18.71 | 80.9 | - |
| YUV | 93.46 | 208.45 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 236 | 0.15 | 0.95 | 0 | 0.07 | 290.67 | 0.91 | 0.48 |
| Hex | C9 | B | EC | F | 5F | 0 | 7 | 123 | 5B | 30 |
| Octal | 311 | 13 | 354 | 17 | 137 | 0 | 7 | 443 | 133 | 60 |
| Binary | 11001001 | 1011 | 11101100 | 1111 | 1011111 | 0 | 111 | 100100011 | 1011011 | 110000 |
Color Harmonies of #C90BEC
Complementary color
Monochromatic Colors of #C90BEC
Black with #C90BEC
Text Example
Text Example
White with #C90BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90BEC; }
p { color: rgb(201,11,236); }
H1.HeaderClassName
{
color: #C90BEC;
}
.AnyTagClassName
{
color: #C90BEC;
}
</style>
background-color css
<style>
a { background-color: #C90BEC; }
a { background-color: rgb(201,11,236); }
div.DivClassName
{
background-color: #C90BEC;
}
.BgClassName
{
background-color: #C90BEC;
}
</style>
border-color css
<style>
span { border-color: #C90BEC; }
span { border-color: rgb(201,11,236); }
td.TdClassName
{
border-color: #C90BEC;
}
.TagClassName
{
border-color: #C90BEC;
}
</style>