Shades of Electric Purple #C917FE
Tints of Electric Purple #C917FE
RGB
CMYK
RGB Variations
Color information
#C917FE (or 0xC917FE) is known color: Electric Purple. HEX triplet: C9, 17 and FE. RGB value is (201,23,254). Sum of RGB (Red+Green+Blue) = 201+23+254=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #C917FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C917FE is #36E801. Grayscale: #656565. Windows color (decimal): -3598338 or 16652233. OLE color: 16652233.
HSL color Cylindrical-coordinate representation of color #C917FE: hue angle of 286.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C917FE is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 23 | 254 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.00 |
| HSL | 286.23º | 0.99% | 0.54% | - |
| HSV(B) | 286.23º | 0.91% | 1% | - |
| XYZ | 42.28 | 20.19 | 95.43 | - |
| YUV | 102.56 | 213.47 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 254 | 0.21 | 0.91 | 0 | 0.00 | 286.23 | 0.99 | 0.54 |
| Hex | C9 | 17 | FE | 15 | 5B | 0 | 0 | 11E | 63 | 36 |
| Octal | 311 | 27 | 376 | 25 | 133 | 0 | 0 | 436 | 143 | 66 |
| Binary | 11001001 | 10111 | 11111110 | 10101 | 1011011 | 0 | 0 | 100011110 | 1100011 | 110110 |
Color Harmonies of #C917FE
Complementary color
Monochromatic Colors of #C917FE
Black with #C917FE
Text Example
Text Example
White with #C917FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917FE; }
p { color: rgb(201,23,254); }
H1.HeaderClassName
{
color: #C917FE;
}
.AnyTagClassName
{
color: #C917FE;
}
</style>
background-color css
<style>
a { background-color: #C917FE; }
a { background-color: rgb(201,23,254); }
div.DivClassName
{
background-color: #C917FE;
}
.BgClassName
{
background-color: #C917FE;
}
</style>
border-color css
<style>
span { border-color: #C917FE; }
span { border-color: rgb(201,23,254); }
td.TdClassName
{
border-color: #C917FE;
}
.TagClassName
{
border-color: #C917FE;
}
</style>