Shades of Electric Purple #C715FC
Tints of Electric Purple #C715FC
RGB
CMYK
RGB Variations
Color information
#C715FC (or 0xC715FC) is known color: Electric Purple. HEX triplet: C7, 15 and FC. RGB value is (199,21,252). Sum of RGB (Red+Green+Blue) = 199+21+252=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #C715FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C715FC is #38EA03. Grayscale: #636363. Windows color (decimal): -3729924 or 16520647. OLE color: 16520647.
HSL color Cylindrical-coordinate representation of color #C715FC: hue angle of 286.23º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C715FC is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 21 | 252 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.01 |
| HSL | 286.23º | 0.97% | 0.54% | - |
| HSV(B) | 286.23º | 0.92% | 0.99% | - |
| XYZ | 41.39 | 19.71 | 93.72 | - |
| YUV | 100.56 | 213.47 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 252 | 0.21 | 0.92 | 0 | 0.01 | 286.23 | 0.97 | 0.54 |
| Hex | C7 | 15 | FC | 15 | 5C | 0 | 1 | 11E | 61 | 36 |
| Octal | 307 | 25 | 374 | 25 | 134 | 0 | 1 | 436 | 141 | 66 |
| Binary | 11000111 | 10101 | 11111100 | 10101 | 1011100 | 0 | 1 | 100011110 | 1100001 | 110110 |
Color Harmonies of #C715FC
Complementary color
Monochromatic Colors of #C715FC
Black with #C715FC
Text Example
Text Example
White with #C715FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715FC; }
p { color: rgb(199,21,252); }
H1.HeaderClassName
{
color: #C715FC;
}
.AnyTagClassName
{
color: #C715FC;
}
</style>
background-color css
<style>
a { background-color: #C715FC; }
a { background-color: rgb(199,21,252); }
div.DivClassName
{
background-color: #C715FC;
}
.BgClassName
{
background-color: #C715FC;
}
</style>
border-color css
<style>
span { border-color: #C715FC; }
span { border-color: rgb(199,21,252); }
td.TdClassName
{
border-color: #C715FC;
}
.TagClassName
{
border-color: #C715FC;
}
</style>