Shades of Electric Purple #C922FE
Tints of Electric Purple #C922FE
RGB
CMYK
RGB Variations
Color information
#C922FE (or 0xC922FE) is known color: Electric Purple. HEX triplet: C9, 22 and FE. RGB value is (201,34,254). Sum of RGB (Red+Green+Blue) = 201+34+254=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 34 (13.67% from 255 or 6.95% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #C922FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C922FE is #36DD01. Grayscale: #6C6C6C. Windows color (decimal): -3595522 or 16655049. OLE color: 16655049.
HSL color Cylindrical-coordinate representation of color #C922FE: hue angle of 285.55º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C922FE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 34 | 254 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.00 |
| HSL | 285.55º | 0.99% | 0.56% | - |
| HSV(B) | 285.55º | 0.87% | 1% | - |
| XYZ | 42.55 | 20.72 | 95.52 | - |
| YUV | 109.01 | 209.83 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 254 | 0.21 | 0.87 | 0 | 0.00 | 285.55 | 0.99 | 0.56 |
| Hex | C9 | 22 | FE | 15 | 57 | 0 | 0 | 11E | 63 | 38 |
| Octal | 311 | 42 | 376 | 25 | 127 | 0 | 0 | 436 | 143 | 70 |
| Binary | 11001001 | 100010 | 11111110 | 10101 | 1010111 | 0 | 0 | 100011110 | 1100011 | 111000 |
Color Harmonies of #C922FE
Complementary color
Monochromatic Colors of #C922FE
Black with #C922FE
Text Example
Text Example
White with #C922FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922FE; }
p { color: rgb(201,34,254); }
H1.HeaderClassName
{
color: #C922FE;
}
.AnyTagClassName
{
color: #C922FE;
}
</style>
background-color css
<style>
a { background-color: #C922FE; }
a { background-color: rgb(201,34,254); }
div.DivClassName
{
background-color: #C922FE;
}
.BgClassName
{
background-color: #C922FE;
}
</style>
border-color css
<style>
span { border-color: #C922FE; }
span { border-color: rgb(201,34,254); }
td.TdClassName
{
border-color: #C922FE;
}
.TagClassName
{
border-color: #C922FE;
}
</style>