Shades of Electric Purple #C90CFE
Tints of Electric Purple #C90CFE
RGB
CMYK
RGB Variations
Color information
#C90CFE (or 0xC90CFE) is known color: Electric Purple. HEX triplet: C9, 0C and FE. RGB value is (201,12,254). Sum of RGB (Red+Green+Blue) = 201+12+254=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #C90CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90CFE is #36F301. Grayscale: #5F5F5F. Windows color (decimal): -3601154 or 16649417. OLE color: 16649417.
HSL color Cylindrical-coordinate representation of color #C90CFE: hue angle of 286.86º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90CFE is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 12 | 254 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.00 |
| HSL | 286.86º | 0.99% | 0.52% | - |
| HSV(B) | 286.86º | 0.95% | 1% | - |
| XYZ | 42.11 | 19.84 | 95.38 | - |
| YUV | 96.1 | 217.12 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 254 | 0.21 | 0.95 | 0 | 0.00 | 286.86 | 0.99 | 0.52 |
| Hex | C9 | C | FE | 15 | 5F | 0 | 0 | 11F | 63 | 34 |
| Octal | 311 | 14 | 376 | 25 | 137 | 0 | 0 | 437 | 143 | 64 |
| Binary | 11001001 | 1100 | 11111110 | 10101 | 1011111 | 0 | 0 | 100011111 | 1100011 | 110100 |
Color Harmonies of #C90CFE
Complementary color
Monochromatic Colors of #C90CFE
Black with #C90CFE
Text Example
Text Example
White with #C90CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90CFE; }
p { color: rgb(201,12,254); }
H1.HeaderClassName
{
color: #C90CFE;
}
.AnyTagClassName
{
color: #C90CFE;
}
</style>
background-color css
<style>
a { background-color: #C90CFE; }
a { background-color: rgb(201,12,254); }
div.DivClassName
{
background-color: #C90CFE;
}
.BgClassName
{
background-color: #C90CFE;
}
</style>
border-color css
<style>
span { border-color: #C90CFE; }
span { border-color: rgb(201,12,254); }
td.TdClassName
{
border-color: #C90CFE;
}
.TagClassName
{
border-color: #C90CFE;
}
</style>