Shades of Electric Purple #C90EFE
Tints of Electric Purple #C90EFE
RGB
CMYK
RGB Variations
Color information
#C90EFE (or 0xC90EFE) is known color: Electric Purple. HEX triplet: C9, 0E and FE. RGB value is (201,14,254). Sum of RGB (Red+Green+Blue) = 201+14+254=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 14 (5.86% from 255 or 2.99% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #C90EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90EFE is #36F101. Grayscale: #606060. Windows color (decimal): -3600642 or 16649929. OLE color: 16649929.
HSL color Cylindrical-coordinate representation of color #C90EFE: hue angle of 286.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90EFE is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 14 | 254 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.00 |
| HSL | 286.75º | 0.99% | 0.53% | - |
| HSV(B) | 286.75º | 0.94% | 1% | - |
| XYZ | 42.13 | 19.89 | 95.38 | - |
| YUV | 97.27 | 216.45 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 254 | 0.21 | 0.94 | 0 | 0.00 | 286.75 | 0.99 | 0.53 |
| Hex | C9 | E | FE | 15 | 5E | 0 | 0 | 11F | 63 | 35 |
| Octal | 311 | 16 | 376 | 25 | 136 | 0 | 0 | 437 | 143 | 65 |
| Binary | 11001001 | 1110 | 11111110 | 10101 | 1011110 | 0 | 0 | 100011111 | 1100011 | 110101 |
Color Harmonies of #C90EFE
Complementary color
Monochromatic Colors of #C90EFE
Black with #C90EFE
Text Example
Text Example
White with #C90EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90EFE; }
p { color: rgb(201,14,254); }
H1.HeaderClassName
{
color: #C90EFE;
}
.AnyTagClassName
{
color: #C90EFE;
}
</style>
background-color css
<style>
a { background-color: #C90EFE; }
a { background-color: rgb(201,14,254); }
div.DivClassName
{
background-color: #C90EFE;
}
.BgClassName
{
background-color: #C90EFE;
}
</style>
border-color css
<style>
span { border-color: #C90EFE; }
span { border-color: rgb(201,14,254); }
td.TdClassName
{
border-color: #C90EFE;
}
.TagClassName
{
border-color: #C90EFE;
}
</style>