Shades of Electric Purple #C921E6
Tints of Electric Purple #C921E6
RGB
CMYK
RGB Variations
Color information
#C921E6 (or 0xC921E6) is known color: Electric Purple. HEX triplet: C9, 21 and E6. RGB value is (201,33,230). Sum of RGB (Red+Green+Blue) = 201+33+230=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #C921E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921E6 is #36DE19. Grayscale: #696969. Windows color (decimal): -3595802 or 15081929. OLE color: 15081929.
HSL color Cylindrical-coordinate representation of color #C921E6: hue angle of 291.17º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C921E6 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 33 | 230 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.10 |
| HSL | 291.17º | 0.8% | 0.52% | - |
| HSV(B) | 291.17º | 0.86% | 0.9% | - |
| XYZ | 38.91 | 19.22 | 76.52 | - |
| YUV | 105.69 | 198.16 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 230 | 0.13 | 0.86 | 0 | 0.10 | 291.17 | 0.8 | 0.52 |
| Hex | C9 | 21 | E6 | D | 56 | 0 | A | 123 | 50 | 34 |
| Octal | 311 | 41 | 346 | 15 | 126 | 0 | 12 | 443 | 120 | 64 |
| Binary | 11001001 | 100001 | 11100110 | 1101 | 1010110 | 0 | 1010 | 100100011 | 1010000 | 110100 |
Color Harmonies of #C921E6
Complementary color
Monochromatic Colors of #C921E6
Black with #C921E6
Text Example
Text Example
White with #C921E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921E6; }
p { color: rgb(201,33,230); }
H1.HeaderClassName
{
color: #C921E6;
}
.AnyTagClassName
{
color: #C921E6;
}
</style>
background-color css
<style>
a { background-color: #C921E6; }
a { background-color: rgb(201,33,230); }
div.DivClassName
{
background-color: #C921E6;
}
.BgClassName
{
background-color: #C921E6;
}
</style>
border-color css
<style>
span { border-color: #C921E6; }
span { border-color: rgb(201,33,230); }
td.TdClassName
{
border-color: #C921E6;
}
.TagClassName
{
border-color: #C921E6;
}
</style>