Shades of Electric Purple #C90EFF
Tints of Electric Purple #C90EFF
RGB
CMYK
RGB Variations
Color information
#C90EFF (or 0xC90EFF) is known color: Electric Purple. HEX triplet: C9, 0E and FF. RGB value is (201,14,255). Sum of RGB (Red+Green+Blue) = 201+14+255=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 14 (5.86% from 255 or 2.98% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #C90EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90EFF is #36F100. Grayscale: #606060. Windows color (decimal): -3600641 or 16715465. OLE color: 16715465.
HSL color Cylindrical-coordinate representation of color #C90EFF: hue angle of 286.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90EFF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 14 | 255 | - |
| CMYK | 0.21 | 0.95 | 0 | 0 |
| HSL | 286.56º | 1% | 0.53% | - |
| HSV(B) | 286.56º | 0.95% | 1% | - |
| XYZ | 42.29 | 19.95 | 96.23 | - |
| YUV | 97.39 | 216.95 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 255 | 0.21 | 0.95 | 0 | 0 | 286.56 | 1 | 0.53 |
| Hex | C9 | E | FF | 15 | 5F | 0 | 0 | 11F | 64 | 35 |
| Octal | 311 | 16 | 377 | 25 | 137 | 0 | 0 | 437 | 144 | 65 |
| Binary | 11001001 | 1110 | 11111111 | 10101 | 1011111 | 0 | 0 | 100011111 | 1100100 | 110101 |
Color Harmonies of #C90EFF
Complementary color
Monochromatic Colors of #C90EFF
Black with #C90EFF
Text Example
Text Example
White with #C90EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90EFF; }
p { color: rgb(201,14,255); }
H1.HeaderClassName
{
color: #C90EFF;
}
.AnyTagClassName
{
color: #C90EFF;
}
</style>
background-color css
<style>
a { background-color: #C90EFF; }
a { background-color: rgb(201,14,255); }
div.DivClassName
{
background-color: #C90EFF;
}
.BgClassName
{
background-color: #C90EFF;
}
</style>
border-color css
<style>
span { border-color: #C90EFF; }
span { border-color: rgb(201,14,255); }
td.TdClassName
{
border-color: #C90EFF;
}
.TagClassName
{
border-color: #C90EFF;
}
</style>