Shades of Electric Purple #C90DEF
Tints of Electric Purple #C90DEF
RGB
CMYK
RGB Variations
Color information
#C90DEF (or 0xC90DEF) is known color: Electric Purple. HEX triplet: C9, 0D and EF. RGB value is (201,13,239). Sum of RGB (Red+Green+Blue) = 201+13+239=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #C90DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90DEF is #36F210. Grayscale: #5E5E5E. Windows color (decimal): -3600913 or 15666633. OLE color: 15666633.
HSL color Cylindrical-coordinate representation of color #C90DEF: hue angle of 289.91º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90DEF is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 13 | 239 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.06 |
| HSL | 289.91º | 0.9% | 0.49% | - |
| HSV(B) | 289.91º | 0.95% | 0.94% | - |
| XYZ | 39.81 | 18.94 | 83.22 | - |
| YUV | 94.98 | 209.28 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 239 | 0.16 | 0.95 | 0 | 0.06 | 289.91 | 0.9 | 0.49 |
| Hex | C9 | D | EF | 10 | 5F | 0 | 6 | 122 | 5A | 31 |
| Octal | 311 | 15 | 357 | 20 | 137 | 0 | 6 | 442 | 132 | 61 |
| Binary | 11001001 | 1101 | 11101111 | 10000 | 1011111 | 0 | 110 | 100100010 | 1011010 | 110001 |
Color Harmonies of #C90DEF
Complementary color
Monochromatic Colors of #C90DEF
Black with #C90DEF
Text Example
Text Example
White with #C90DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DEF; }
p { color: rgb(201,13,239); }
H1.HeaderClassName
{
color: #C90DEF;
}
.AnyTagClassName
{
color: #C90DEF;
}
</style>
background-color css
<style>
a { background-color: #C90DEF; }
a { background-color: rgb(201,13,239); }
div.DivClassName
{
background-color: #C90DEF;
}
.BgClassName
{
background-color: #C90DEF;
}
</style>
border-color css
<style>
span { border-color: #C90DEF; }
span { border-color: rgb(201,13,239); }
td.TdClassName
{
border-color: #C90DEF;
}
.TagClassName
{
border-color: #C90DEF;
}
</style>