Shades of Electric Purple #C918FE
Tints of Electric Purple #C918FE
RGB
CMYK
RGB Variations
Color information
#C918FE (or 0xC918FE) is known color: Electric Purple. HEX triplet: C9, 18 and FE. RGB value is (201,24,254). Sum of RGB (Red+Green+Blue) = 201+24+254=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #C918FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C918FE is #36E701. Grayscale: #666666. Windows color (decimal): -3598082 or 16652489. OLE color: 16652489.
HSL color Cylindrical-coordinate representation of color #C918FE: hue angle of 286.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C918FE is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 24 | 254 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.00 |
| HSL | 286.17º | 0.99% | 0.55% | - |
| HSV(B) | 286.17º | 0.91% | 1% | - |
| XYZ | 42.3 | 20.23 | 95.44 | - |
| YUV | 103.14 | 213.14 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 254 | 0.21 | 0.91 | 0 | 0.00 | 286.17 | 0.99 | 0.55 |
| Hex | C9 | 18 | FE | 15 | 5B | 0 | 0 | 11E | 63 | 37 |
| Octal | 311 | 30 | 376 | 25 | 133 | 0 | 0 | 436 | 143 | 67 |
| Binary | 11001001 | 11000 | 11111110 | 10101 | 1011011 | 0 | 0 | 100011110 | 1100011 | 110111 |
Color Harmonies of #C918FE
Complementary color
Monochromatic Colors of #C918FE
Black with #C918FE
Text Example
Text Example
White with #C918FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918FE; }
p { color: rgb(201,24,254); }
H1.HeaderClassName
{
color: #C918FE;
}
.AnyTagClassName
{
color: #C918FE;
}
</style>
background-color css
<style>
a { background-color: #C918FE; }
a { background-color: rgb(201,24,254); }
div.DivClassName
{
background-color: #C918FE;
}
.BgClassName
{
background-color: #C918FE;
}
</style>
border-color css
<style>
span { border-color: #C918FE; }
span { border-color: rgb(201,24,254); }
td.TdClassName
{
border-color: #C918FE;
}
.TagClassName
{
border-color: #C918FE;
}
</style>