Shades of Electric Purple #C90AFE
Tints of Electric Purple #C90AFE
RGB
CMYK
RGB Variations
Color information
#C90AFE (or 0xC90AFE) is known color: Electric Purple. HEX triplet: C9, 0A and FE. RGB value is (201,10,254). Sum of RGB (Red+Green+Blue) = 201+10+254=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #C90AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90AFE is #36F501. Grayscale: #5E5E5E. Windows color (decimal): -3601666 or 16648905. OLE color: 16648905.
HSL color Cylindrical-coordinate representation of color #C90AFE: hue angle of 286.97º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90AFE is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 10 | 254 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.00 |
| HSL | 286.97º | 0.99% | 0.52% | - |
| HSV(B) | 286.97º | 0.96% | 1% | - |
| XYZ | 42.09 | 19.79 | 95.37 | - |
| YUV | 94.93 | 217.78 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 254 | 0.21 | 0.96 | 0 | 0.00 | 286.97 | 0.99 | 0.52 |
| Hex | C9 | A | FE | 15 | 60 | 0 | 0 | 11F | 63 | 34 |
| Octal | 311 | 12 | 376 | 25 | 140 | 0 | 0 | 437 | 143 | 64 |
| Binary | 11001001 | 1010 | 11111110 | 10101 | 1100000 | 0 | 0 | 100011111 | 1100011 | 110100 |
Color Harmonies of #C90AFE
Complementary color
Monochromatic Colors of #C90AFE
Black with #C90AFE
Text Example
Text Example
White with #C90AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90AFE; }
p { color: rgb(201,10,254); }
H1.HeaderClassName
{
color: #C90AFE;
}
.AnyTagClassName
{
color: #C90AFE;
}
</style>
background-color css
<style>
a { background-color: #C90AFE; }
a { background-color: rgb(201,10,254); }
div.DivClassName
{
background-color: #C90AFE;
}
.BgClassName
{
background-color: #C90AFE;
}
</style>
border-color css
<style>
span { border-color: #C90AFE; }
span { border-color: rgb(201,10,254); }
td.TdClassName
{
border-color: #C90AFE;
}
.TagClassName
{
border-color: #C90AFE;
}
</style>