Shades of Electric Purple #C714ED
Tints of Electric Purple #C714ED
RGB
CMYK
RGB Variations
Color information
#C714ED (or 0xC714ED) is known color: Electric Purple. HEX triplet: C7, 14 and ED. RGB value is (199,20,237). Sum of RGB (Red+Green+Blue) = 199+20+237=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #C714ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C714ED is #38EB12. Grayscale: #616161. Windows color (decimal): -3730195 or 15537351. OLE color: 15537351.
HSL color Cylindrical-coordinate representation of color #C714ED: hue angle of 289.49º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C714ED is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 20 | 237 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.07 |
| HSL | 289.49º | 0.86% | 0.5% | - |
| HSV(B) | 289.49º | 0.92% | 0.93% | - |
| XYZ | 39.09 | 18.76 | 81.68 | - |
| YUV | 98.26 | 206.3 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 237 | 0.16 | 0.92 | 0 | 0.07 | 289.49 | 0.86 | 0.5 |
| Hex | C7 | 14 | ED | 10 | 5C | 0 | 7 | 121 | 56 | 32 |
| Octal | 307 | 24 | 355 | 20 | 134 | 0 | 7 | 441 | 126 | 62 |
| Binary | 11000111 | 10100 | 11101101 | 10000 | 1011100 | 0 | 111 | 100100001 | 1010110 | 110010 |
Color Harmonies of #C714ED
Complementary color
Monochromatic Colors of #C714ED
Black with #C714ED
Text Example
Text Example
White with #C714ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714ED; }
p { color: rgb(199,20,237); }
H1.HeaderClassName
{
color: #C714ED;
}
.AnyTagClassName
{
color: #C714ED;
}
</style>
background-color css
<style>
a { background-color: #C714ED; }
a { background-color: rgb(199,20,237); }
div.DivClassName
{
background-color: #C714ED;
}
.BgClassName
{
background-color: #C714ED;
}
</style>
border-color css
<style>
span { border-color: #C714ED; }
span { border-color: rgb(199,20,237); }
td.TdClassName
{
border-color: #C714ED;
}
.TagClassName
{
border-color: #C714ED;
}
</style>