Shades of Electric Purple #C921FE
Tints of Electric Purple #C921FE
RGB
CMYK
RGB Variations
Color information
#C921FE (or 0xC921FE) is known color: Electric Purple. HEX triplet: C9, 21 and FE. RGB value is (201,33,254). Sum of RGB (Red+Green+Blue) = 201+33+254=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #C921FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921FE is #36DE01. Grayscale: #6B6B6B. Windows color (decimal): -3595778 or 16654793. OLE color: 16654793.
HSL color Cylindrical-coordinate representation of color #C921FE: hue angle of 285.61º 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 #C921FE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 33 | 254 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.00 |
| HSL | 285.61º | 0.99% | 0.56% | - |
| HSV(B) | 285.61º | 0.87% | 1% | - |
| XYZ | 42.52 | 20.66 | 95.51 | - |
| YUV | 108.43 | 210.16 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 254 | 0.21 | 0.87 | 0 | 0.00 | 285.61 | 0.99 | 0.56 |
| Hex | C9 | 21 | FE | 15 | 57 | 0 | 0 | 11E | 63 | 38 |
| Octal | 311 | 41 | 376 | 25 | 127 | 0 | 0 | 436 | 143 | 70 |
| Binary | 11001001 | 100001 | 11111110 | 10101 | 1010111 | 0 | 0 | 100011110 | 1100011 | 111000 |
Color Harmonies of #C921FE
Complementary color
Monochromatic Colors of #C921FE
Black with #C921FE
Text Example
Text Example
White with #C921FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921FE; }
p { color: rgb(201,33,254); }
H1.HeaderClassName
{
color: #C921FE;
}
.AnyTagClassName
{
color: #C921FE;
}
</style>
background-color css
<style>
a { background-color: #C921FE; }
a { background-color: rgb(201,33,254); }
div.DivClassName
{
background-color: #C921FE;
}
.BgClassName
{
background-color: #C921FE;
}
</style>
border-color css
<style>
span { border-color: #C921FE; }
span { border-color: rgb(201,33,254); }
td.TdClassName
{
border-color: #C921FE;
}
.TagClassName
{
border-color: #C921FE;
}
</style>