Shades of Electric Purple #C726FE
Tints of Electric Purple #C726FE
RGB
CMYK
RGB Variations
Color information
#C726FE (or 0xC726FE) is known color: Electric Purple. HEX triplet: C7, 26 and FE. RGB value is (199,38,254). Sum of RGB (Red+Green+Blue) = 199+38+254=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 38 (15.23% from 255 or 7.74% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #C726FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726FE is #38D901. Grayscale: #6E6E6E. Windows color (decimal): -3725570 or 16656071. OLE color: 16656071.
HSL color Cylindrical-coordinate representation of color #C726FE: hue angle of 284.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C726FE is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 38 | 254 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.00 |
| HSL | 284.72º | 0.99% | 0.57% | - |
| HSV(B) | 284.72º | 0.85% | 1% | - |
| XYZ | 42.14 | 20.68 | 95.54 | - |
| YUV | 110.76 | 208.84 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 254 | 0.22 | 0.85 | 0 | 0.00 | 284.72 | 0.99 | 0.57 |
| Hex | C7 | 26 | FE | 16 | 55 | 0 | 0 | 11D | 63 | 39 |
| Octal | 307 | 46 | 376 | 26 | 125 | 0 | 0 | 435 | 143 | 71 |
| Binary | 11000111 | 100110 | 11111110 | 10110 | 1010101 | 0 | 0 | 100011101 | 1100011 | 111001 |
Color Harmonies of #C726FE
Complementary color
Monochromatic Colors of #C726FE
Black with #C726FE
Text Example
Text Example
White with #C726FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726FE; }
p { color: rgb(199,38,254); }
H1.HeaderClassName
{
color: #C726FE;
}
.AnyTagClassName
{
color: #C726FE;
}
</style>
background-color css
<style>
a { background-color: #C726FE; }
a { background-color: rgb(199,38,254); }
div.DivClassName
{
background-color: #C726FE;
}
.BgClassName
{
background-color: #C726FE;
}
</style>
border-color css
<style>
span { border-color: #C726FE; }
span { border-color: rgb(199,38,254); }
td.TdClassName
{
border-color: #C726FE;
}
.TagClassName
{
border-color: #C726FE;
}
</style>