Shades of Electric Purple #C928FE
Tints of Electric Purple #C928FE
RGB
CMYK
RGB Variations
Color information
#C928FE (or 0xC928FE) is known color: Electric Purple. HEX triplet: C9, 28 and FE. RGB value is (201,40,254). Sum of RGB (Red+Green+Blue) = 201+40+254=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #C928FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C928FE is #36D701. Grayscale: #6F6F6F. Windows color (decimal): -3593986 or 16656585. OLE color: 16656585.
HSL color Cylindrical-coordinate representation of color #C928FE: hue angle of 285.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C928FE is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 40 | 254 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.00 |
| HSL | 285.14º | 0.99% | 0.58% | - |
| HSV(B) | 285.14º | 0.84% | 1% | - |
| XYZ | 42.74 | 21.09 | 95.58 | - |
| YUV | 112.54 | 207.84 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 254 | 0.21 | 0.84 | 0 | 0.00 | 285.14 | 0.99 | 0.58 |
| Hex | C9 | 28 | FE | 15 | 54 | 0 | 0 | 11D | 63 | 3A |
| Octal | 311 | 50 | 376 | 25 | 124 | 0 | 0 | 435 | 143 | 72 |
| Binary | 11001001 | 101000 | 11111110 | 10101 | 1010100 | 0 | 0 | 100011101 | 1100011 | 111010 |
Color Harmonies of #C928FE
Complementary color
Monochromatic Colors of #C928FE
Black with #C928FE
Text Example
Text Example
White with #C928FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928FE; }
p { color: rgb(201,40,254); }
H1.HeaderClassName
{
color: #C928FE;
}
.AnyTagClassName
{
color: #C928FE;
}
</style>
background-color css
<style>
a { background-color: #C928FE; }
a { background-color: rgb(201,40,254); }
div.DivClassName
{
background-color: #C928FE;
}
.BgClassName
{
background-color: #C928FE;
}
</style>
border-color css
<style>
span { border-color: #C928FE; }
span { border-color: rgb(201,40,254); }
td.TdClassName
{
border-color: #C928FE;
}
.TagClassName
{
border-color: #C928FE;
}
</style>