Shades of Electric Purple #C715FF
Tints of Electric Purple #C715FF
RGB
CMYK
RGB Variations
Color information
#C715FF (or 0xC715FF) is known color: Electric Purple. HEX triplet: C7, 15 and FF. RGB value is (199,21,255). Sum of RGB (Red+Green+Blue) = 199+21+255=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #C715FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C715FF is #38EA00. Grayscale: #646464. Windows color (decimal): -3729921 or 16717255. OLE color: 16717255.
HSL color Cylindrical-coordinate representation of color #C715FF: hue angle of 285.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C715FF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 21 | 255 | - |
| CMYK | 0.22 | 0.92 | 0 | 0 |
| HSL | 285.64º | 1% | 0.54% | - |
| HSV(B) | 285.64º | 0.92% | 1% | - |
| XYZ | 41.87 | 19.9 | 96.24 | - |
| YUV | 100.9 | 214.97 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 255 | 0.22 | 0.92 | 0 | 0 | 285.64 | 1 | 0.54 |
| Hex | C7 | 15 | FF | 16 | 5C | 0 | 0 | 11E | 64 | 36 |
| Octal | 307 | 25 | 377 | 26 | 134 | 0 | 0 | 436 | 144 | 66 |
| Binary | 11000111 | 10101 | 11111111 | 10110 | 1011100 | 0 | 0 | 100011110 | 1100100 | 110110 |
Color Harmonies of #C715FF
Complementary color
Monochromatic Colors of #C715FF
Black with #C715FF
Text Example
Text Example
White with #C715FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715FF; }
p { color: rgb(199,21,255); }
H1.HeaderClassName
{
color: #C715FF;
}
.AnyTagClassName
{
color: #C715FF;
}
</style>
background-color css
<style>
a { background-color: #C715FF; }
a { background-color: rgb(199,21,255); }
div.DivClassName
{
background-color: #C715FF;
}
.BgClassName
{
background-color: #C715FF;
}
</style>
border-color css
<style>
span { border-color: #C715FF; }
span { border-color: rgb(199,21,255); }
td.TdClassName
{
border-color: #C715FF;
}
.TagClassName
{
border-color: #C715FF;
}
</style>