Shades of Electric Purple #C715EE
Tints of Electric Purple #C715EE
RGB
CMYK
RGB Variations
Color information
#C715EE (or 0xC715EE) is known color: Electric Purple. HEX triplet: C7, 15 and EE. RGB value is (199,21,238). Sum of RGB (Red+Green+Blue) = 199+21+238=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #C715EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C715EE is #38EA11. Grayscale: #626262. Windows color (decimal): -3729938 or 15603143. OLE color: 15603143.
HSL color Cylindrical-coordinate representation of color #C715EE: hue angle of 289.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C715EE is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 21 | 238 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.07 |
| HSL | 289.22º | 0.86% | 0.51% | - |
| HSV(B) | 289.22º | 0.91% | 0.93% | - |
| XYZ | 39.25 | 18.85 | 82.46 | - |
| YUV | 98.96 | 206.47 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 238 | 0.16 | 0.91 | 0 | 0.07 | 289.22 | 0.86 | 0.51 |
| Hex | C7 | 15 | EE | 10 | 5B | 0 | 7 | 121 | 56 | 33 |
| Octal | 307 | 25 | 356 | 20 | 133 | 0 | 7 | 441 | 126 | 63 |
| Binary | 11000111 | 10101 | 11101110 | 10000 | 1011011 | 0 | 111 | 100100001 | 1010110 | 110011 |
Color Harmonies of #C715EE
Complementary color
Monochromatic Colors of #C715EE
Black with #C715EE
Text Example
Text Example
White with #C715EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715EE; }
p { color: rgb(199,21,238); }
H1.HeaderClassName
{
color: #C715EE;
}
.AnyTagClassName
{
color: #C715EE;
}
</style>
background-color css
<style>
a { background-color: #C715EE; }
a { background-color: rgb(199,21,238); }
div.DivClassName
{
background-color: #C715EE;
}
.BgClassName
{
background-color: #C715EE;
}
</style>
border-color css
<style>
span { border-color: #C715EE; }
span { border-color: rgb(199,21,238); }
td.TdClassName
{
border-color: #C715EE;
}
.TagClassName
{
border-color: #C715EE;
}
</style>