Shades of Electric Purple #C926FA
Tints of Electric Purple #C926FA
RGB
CMYK
RGB Variations
Color information
#C926FA (or 0xC926FA) is known color: Electric Purple. HEX triplet: C9, 26 and FA. RGB value is (201,38,250). Sum of RGB (Red+Green+Blue) = 201+38+250=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #C926FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C926FA is #36D905. Grayscale: #6E6E6E. Windows color (decimal): -3594502 or 16393929. OLE color: 16393929.
HSL color Cylindrical-coordinate representation of color #C926FA: hue angle of 286.13º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C926FA is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 38 | 250 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.02 |
| HSL | 286.13º | 0.95% | 0.56% | - |
| HSV(B) | 286.13º | 0.85% | 0.98% | - |
| XYZ | 42.04 | 20.71 | 92.22 | - |
| YUV | 110.91 | 206.5 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 250 | 0.20 | 0.85 | 0 | 0.02 | 286.13 | 0.95 | 0.56 |
| Hex | C9 | 26 | FA | 14 | 55 | 0 | 2 | 11E | 5F | 38 |
| Octal | 311 | 46 | 372 | 24 | 125 | 0 | 2 | 436 | 137 | 70 |
| Binary | 11001001 | 100110 | 11111010 | 10100 | 1010101 | 0 | 10 | 100011110 | 1011111 | 111000 |
Color Harmonies of #C926FA
Complementary color
Monochromatic Colors of #C926FA
Black with #C926FA
Text Example
Text Example
White with #C926FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926FA; }
p { color: rgb(201,38,250); }
H1.HeaderClassName
{
color: #C926FA;
}
.AnyTagClassName
{
color: #C926FA;
}
</style>
background-color css
<style>
a { background-color: #C926FA; }
a { background-color: rgb(201,38,250); }
div.DivClassName
{
background-color: #C926FA;
}
.BgClassName
{
background-color: #C926FA;
}
</style>
border-color css
<style>
span { border-color: #C926FA; }
span { border-color: rgb(201,38,250); }
td.TdClassName
{
border-color: #C926FA;
}
.TagClassName
{
border-color: #C926FA;
}
</style>