Shades of Electric Purple #C726FC
Tints of Electric Purple #C726FC
RGB
CMYK
RGB Variations
Color information
#C726FC (or 0xC726FC) is known color: Electric Purple. HEX triplet: C7, 26 and FC. RGB value is (199,38,252). Sum of RGB (Red+Green+Blue) = 199+38+252=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #C726FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726FC is #38D903. Grayscale: #6D6D6D. Windows color (decimal): -3725572 or 16524999. OLE color: 16524999.
HSL color Cylindrical-coordinate representation of color #C726FC: hue angle of 285.14º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C726FC is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 38 | 252 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.01 |
| HSL | 285.14º | 0.97% | 0.57% | - |
| HSV(B) | 285.14º | 0.85% | 0.99% | - |
| XYZ | 41.82 | 20.56 | 93.86 | - |
| YUV | 110.54 | 207.84 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 252 | 0.21 | 0.85 | 0 | 0.01 | 285.14 | 0.97 | 0.57 |
| Hex | C7 | 26 | FC | 15 | 55 | 0 | 1 | 11D | 61 | 39 |
| Octal | 307 | 46 | 374 | 25 | 125 | 0 | 1 | 435 | 141 | 71 |
| Binary | 11000111 | 100110 | 11111100 | 10101 | 1010101 | 0 | 1 | 100011101 | 1100001 | 111001 |
Color Harmonies of #C726FC
Complementary color
Monochromatic Colors of #C726FC
Black with #C726FC
Text Example
Text Example
White with #C726FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726FC; }
p { color: rgb(199,38,252); }
H1.HeaderClassName
{
color: #C726FC;
}
.AnyTagClassName
{
color: #C726FC;
}
</style>
background-color css
<style>
a { background-color: #C726FC; }
a { background-color: rgb(199,38,252); }
div.DivClassName
{
background-color: #C726FC;
}
.BgClassName
{
background-color: #C726FC;
}
</style>
border-color css
<style>
span { border-color: #C726FC; }
span { border-color: rgb(199,38,252); }
td.TdClassName
{
border-color: #C726FC;
}
.TagClassName
{
border-color: #C726FC;
}
</style>