Shades of Electric Purple #C714E8
Tints of Electric Purple #C714E8
RGB
CMYK
RGB Variations
Color information
#C714E8 (or 0xC714E8) is known color: Electric Purple. HEX triplet: C7, 14 and E8. RGB value is (199,20,232). Sum of RGB (Red+Green+Blue) = 199+20+232=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 232 (91.02% from 255 or 51.44% from 451); Max value from RGB is 232 - color contains mainly: blue. Hex color #C714E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C714E8 is #38EB17. Grayscale: #616161. Windows color (decimal): -3730200 or 15209671. OLE color: 15209671.
HSL color Cylindrical-coordinate representation of color #C714E8: hue angle of 290.66º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C714E8 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 20 | 232 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.09 |
| HSL | 290.66º | 0.84% | 0.49% | - |
| HSV(B) | 290.66º | 0.91% | 0.91% | - |
| XYZ | 38.37 | 18.47 | 77.89 | - |
| YUV | 97.69 | 203.8 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 232 | 0.14 | 0.91 | 0 | 0.09 | 290.66 | 0.84 | 0.49 |
| Hex | C7 | 14 | E8 | E | 5B | 0 | 9 | 123 | 54 | 31 |
| Octal | 307 | 24 | 350 | 16 | 133 | 0 | 11 | 443 | 124 | 61 |
| Binary | 11000111 | 10100 | 11101000 | 1110 | 1011011 | 0 | 1001 | 100100011 | 1010100 | 110001 |
Color Harmonies of #C714E8
Complementary color
Monochromatic Colors of #C714E8
Black with #C714E8
Text Example
Text Example
White with #C714E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714E8; }
p { color: rgb(199,20,232); }
H1.HeaderClassName
{
color: #C714E8;
}
.AnyTagClassName
{
color: #C714E8;
}
</style>
background-color css
<style>
a { background-color: #C714E8; }
a { background-color: rgb(199,20,232); }
div.DivClassName
{
background-color: #C714E8;
}
.BgClassName
{
background-color: #C714E8;
}
</style>
border-color css
<style>
span { border-color: #C714E8; }
span { border-color: rgb(199,20,232); }
td.TdClassName
{
border-color: #C714E8;
}
.TagClassName
{
border-color: #C714E8;
}
</style>