Shades of Electric Purple #C926E6
Tints of Electric Purple #C926E6
RGB
CMYK
RGB Variations
Color information
#C926E6 (or 0xC926E6) is known color: Electric Purple. HEX triplet: C9, 26 and E6. RGB value is (201,38,230). Sum of RGB (Red+Green+Blue) = 201+38+230=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #C926E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C926E6 is #36D919. Grayscale: #6C6C6C. Windows color (decimal): -3594522 or 15083209. OLE color: 15083209.
HSL color Cylindrical-coordinate representation of color #C926E6: hue angle of 290.94º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C926E6 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 38 | 230 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.10 |
| HSL | 290.94º | 0.79% | 0.53% | - |
| HSV(B) | 290.94º | 0.83% | 0.9% | - |
| XYZ | 39.06 | 19.52 | 76.57 | - |
| YUV | 108.63 | 196.5 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 230 | 0.13 | 0.83 | 0 | 0.10 | 290.94 | 0.79 | 0.53 |
| Hex | C9 | 26 | E6 | D | 53 | 0 | A | 123 | 4F | 35 |
| Octal | 311 | 46 | 346 | 15 | 123 | 0 | 12 | 443 | 117 | 65 |
| Binary | 11001001 | 100110 | 11100110 | 1101 | 1010011 | 0 | 1010 | 100100011 | 1001111 | 110101 |
Color Harmonies of #C926E6
Complementary color
Monochromatic Colors of #C926E6
Black with #C926E6
Text Example
Text Example
White with #C926E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926E6; }
p { color: rgb(201,38,230); }
H1.HeaderClassName
{
color: #C926E6;
}
.AnyTagClassName
{
color: #C926E6;
}
</style>
background-color css
<style>
a { background-color: #C926E6; }
a { background-color: rgb(201,38,230); }
div.DivClassName
{
background-color: #C926E6;
}
.BgClassName
{
background-color: #C926E6;
}
</style>
border-color css
<style>
span { border-color: #C926E6; }
span { border-color: rgb(201,38,230); }
td.TdClassName
{
border-color: #C926E6;
}
.TagClassName
{
border-color: #C926E6;
}
</style>