Shades of Electric Purple #C90DED
Tints of Electric Purple #C90DED
RGB
CMYK
RGB Variations
Color information
#C90DED (or 0xC90DED) is known color: Electric Purple. HEX triplet: C9, 0D and ED. RGB value is (201,13,237). Sum of RGB (Red+Green+Blue) = 201+13+237=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #C90DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90DED is #36F212. Grayscale: #5E5E5E. Windows color (decimal): -3600915 or 15535561. OLE color: 15535561.
HSL color Cylindrical-coordinate representation of color #C90DED: hue angle of 290.36º 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 #C90DED is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 13 | 237 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.07 |
| HSL | 290.36º | 0.9% | 0.49% | - |
| HSV(B) | 290.36º | 0.95% | 0.93% | - |
| XYZ | 39.52 | 18.82 | 81.67 | - |
| YUV | 94.75 | 208.28 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 237 | 0.15 | 0.95 | 0 | 0.07 | 290.36 | 0.9 | 0.49 |
| Hex | C9 | D | ED | F | 5F | 0 | 7 | 122 | 5A | 31 |
| Octal | 311 | 15 | 355 | 17 | 137 | 0 | 7 | 442 | 132 | 61 |
| Binary | 11001001 | 1101 | 11101101 | 1111 | 1011111 | 0 | 111 | 100100010 | 1011010 | 110001 |
Color Harmonies of #C90DED
Complementary color
Monochromatic Colors of #C90DED
Black with #C90DED
Text Example
Text Example
White with #C90DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DED; }
p { color: rgb(201,13,237); }
H1.HeaderClassName
{
color: #C90DED;
}
.AnyTagClassName
{
color: #C90DED;
}
</style>
background-color css
<style>
a { background-color: #C90DED; }
a { background-color: rgb(201,13,237); }
div.DivClassName
{
background-color: #C90DED;
}
.BgClassName
{
background-color: #C90DED;
}
</style>
border-color css
<style>
span { border-color: #C90DED; }
span { border-color: rgb(201,13,237); }
td.TdClassName
{
border-color: #C90DED;
}
.TagClassName
{
border-color: #C90DED;
}
</style>