Shades of Electric Purple #C922FD
Tints of Electric Purple #C922FD
RGB
CMYK
RGB Variations
Color information
#C922FD (or 0xC922FD) is known color: Electric Purple. HEX triplet: C9, 22 and FD. RGB value is (201,34,253). Sum of RGB (Red+Green+Blue) = 201+34+253=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 34 (13.67% from 255 or 6.97% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #C922FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C922FD is #36DD02. Grayscale: #6C6C6C. Windows color (decimal): -3595523 or 16589513. OLE color: 16589513.
HSL color Cylindrical-coordinate representation of color #C922FD: hue angle of 285.75º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C922FD is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 34 | 253 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.01 |
| HSL | 285.75º | 0.98% | 0.56% | - |
| HSV(B) | 285.75º | 0.87% | 0.99% | - |
| XYZ | 42.39 | 20.65 | 94.68 | - |
| YUV | 108.9 | 209.33 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 253 | 0.21 | 0.87 | 0 | 0.01 | 285.75 | 0.98 | 0.56 |
| Hex | C9 | 22 | FD | 15 | 57 | 0 | 1 | 11E | 62 | 38 |
| Octal | 311 | 42 | 375 | 25 | 127 | 0 | 1 | 436 | 142 | 70 |
| Binary | 11001001 | 100010 | 11111101 | 10101 | 1010111 | 0 | 1 | 100011110 | 1100010 | 111000 |
Color Harmonies of #C922FD
Complementary color
Monochromatic Colors of #C922FD
Black with #C922FD
Text Example
Text Example
White with #C922FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922FD; }
p { color: rgb(201,34,253); }
H1.HeaderClassName
{
color: #C922FD;
}
.AnyTagClassName
{
color: #C922FD;
}
</style>
background-color css
<style>
a { background-color: #C922FD; }
a { background-color: rgb(201,34,253); }
div.DivClassName
{
background-color: #C922FD;
}
.BgClassName
{
background-color: #C922FD;
}
</style>
border-color css
<style>
span { border-color: #C922FD; }
span { border-color: rgb(201,34,253); }
td.TdClassName
{
border-color: #C922FD;
}
.TagClassName
{
border-color: #C922FD;
}
</style>