Shades of Electric Purple #C90FED
Tints of Electric Purple #C90FED
RGB
CMYK
RGB Variations
Color information
#C90FED (or 0xC90FED) is known color: Electric Purple. HEX triplet: C9, 0F and ED. RGB value is (201,15,237). Sum of RGB (Red+Green+Blue) = 201+15+237=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #C90FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90FED is #36F012. Grayscale: #5F5F5F. Windows color (decimal): -3600403 or 15536073. OLE color: 15536073.
HSL color Cylindrical-coordinate representation of color #C90FED: hue angle of 290.27º degrees, saturation: 0.88, 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 #C90FED is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 15 | 237 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.07 |
| HSL | 290.27º | 0.88% | 0.49% | - |
| HSV(B) | 290.27º | 0.94% | 0.93% | - |
| XYZ | 39.54 | 18.87 | 81.68 | - |
| YUV | 95.92 | 207.62 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 237 | 0.15 | 0.94 | 0 | 0.07 | 290.27 | 0.88 | 0.49 |
| Hex | C9 | F | ED | F | 5E | 0 | 7 | 122 | 58 | 31 |
| Octal | 311 | 17 | 355 | 17 | 136 | 0 | 7 | 442 | 130 | 61 |
| Binary | 11001001 | 1111 | 11101101 | 1111 | 1011110 | 0 | 111 | 100100010 | 1011000 | 110001 |
Color Harmonies of #C90FED
Complementary color
Monochromatic Colors of #C90FED
Black with #C90FED
Text Example
Text Example
White with #C90FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FED; }
p { color: rgb(201,15,237); }
H1.HeaderClassName
{
color: #C90FED;
}
.AnyTagClassName
{
color: #C90FED;
}
</style>
background-color css
<style>
a { background-color: #C90FED; }
a { background-color: rgb(201,15,237); }
div.DivClassName
{
background-color: #C90FED;
}
.BgClassName
{
background-color: #C90FED;
}
</style>
border-color css
<style>
span { border-color: #C90FED; }
span { border-color: rgb(201,15,237); }
td.TdClassName
{
border-color: #C90FED;
}
.TagClassName
{
border-color: #C90FED;
}
</style>