Shades of Electric Purple #C921EE
Tints of Electric Purple #C921EE
RGB
CMYK
RGB Variations
Color information
#C921EE (or 0xC921EE) is known color: Electric Purple. HEX triplet: C9, 21 and EE. RGB value is (201,33,238). Sum of RGB (Red+Green+Blue) = 201+33+238=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #C921EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921EE is #36DE11. Grayscale: #696969. Windows color (decimal): -3595794 or 15606217. OLE color: 15606217.
HSL color Cylindrical-coordinate representation of color #C921EE: hue angle of 289.17º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C921EE is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 33 | 238 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.07 |
| HSL | 289.17º | 0.86% | 0.53% | - |
| HSV(B) | 289.17º | 0.86% | 0.93% | - |
| XYZ | 40.06 | 19.68 | 82.58 | - |
| YUV | 106.6 | 202.16 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 238 | 0.16 | 0.86 | 0 | 0.07 | 289.17 | 0.86 | 0.53 |
| Hex | C9 | 21 | EE | 10 | 56 | 0 | 7 | 121 | 56 | 35 |
| Octal | 311 | 41 | 356 | 20 | 126 | 0 | 7 | 441 | 126 | 65 |
| Binary | 11001001 | 100001 | 11101110 | 10000 | 1010110 | 0 | 111 | 100100001 | 1010110 | 110101 |
Color Harmonies of #C921EE
Complementary color
Monochromatic Colors of #C921EE
Black with #C921EE
Text Example
Text Example
White with #C921EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921EE; }
p { color: rgb(201,33,238); }
H1.HeaderClassName
{
color: #C921EE;
}
.AnyTagClassName
{
color: #C921EE;
}
</style>
background-color css
<style>
a { background-color: #C921EE; }
a { background-color: rgb(201,33,238); }
div.DivClassName
{
background-color: #C921EE;
}
.BgClassName
{
background-color: #C921EE;
}
</style>
border-color css
<style>
span { border-color: #C921EE; }
span { border-color: rgb(201,33,238); }
td.TdClassName
{
border-color: #C921EE;
}
.TagClassName
{
border-color: #C921EE;
}
</style>