Shades of Electric Purple #C90EFB
Tints of Electric Purple #C90EFB
RGB
CMYK
RGB Variations
Color information
#C90EFB (or 0xC90EFB) is known color: Electric Purple. HEX triplet: C9, 0E and FB. RGB value is (201,14,251). Sum of RGB (Red+Green+Blue) = 201+14+251=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #C90EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90EFB is #36F104. Grayscale: #606060. Windows color (decimal): -3600645 or 16453321. OLE color: 16453321.
HSL color Cylindrical-coordinate representation of color #C90EFB: hue angle of 287.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90EFB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 14 | 251 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.02 |
| HSL | 287.34º | 0.97% | 0.52% | - |
| HSV(B) | 287.34º | 0.94% | 0.98% | - |
| XYZ | 41.66 | 19.7 | 92.87 | - |
| YUV | 96.93 | 214.95 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 251 | 0.20 | 0.94 | 0 | 0.02 | 287.34 | 0.97 | 0.52 |
| Hex | C9 | E | FB | 14 | 5E | 0 | 2 | 11F | 61 | 34 |
| Octal | 311 | 16 | 373 | 24 | 136 | 0 | 2 | 437 | 141 | 64 |
| Binary | 11001001 | 1110 | 11111011 | 10100 | 1011110 | 0 | 10 | 100011111 | 1100001 | 110100 |
Color Harmonies of #C90EFB
Complementary color
Monochromatic Colors of #C90EFB
Black with #C90EFB
Text Example
Text Example
White with #C90EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90EFB; }
p { color: rgb(201,14,251); }
H1.HeaderClassName
{
color: #C90EFB;
}
.AnyTagClassName
{
color: #C90EFB;
}
</style>
background-color css
<style>
a { background-color: #C90EFB; }
a { background-color: rgb(201,14,251); }
div.DivClassName
{
background-color: #C90EFB;
}
.BgClassName
{
background-color: #C90EFB;
}
</style>
border-color css
<style>
span { border-color: #C90EFB; }
span { border-color: rgb(201,14,251); }
td.TdClassName
{
border-color: #C90EFB;
}
.TagClassName
{
border-color: #C90EFB;
}
</style>