Shades of Electric Purple #C715FD
Tints of Electric Purple #C715FD
RGB
CMYK
RGB Variations
Color information
#C715FD (or 0xC715FD) is known color: Electric Purple. HEX triplet: C7, 15 and FD. RGB value is (199,21,253). Sum of RGB (Red+Green+Blue) = 199+21+253=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #C715FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C715FD is #38EA02. Grayscale: #636363. Windows color (decimal): -3729923 or 16586183. OLE color: 16586183.
HSL color Cylindrical-coordinate representation of color #C715FD: hue angle of 286.03º degrees, saturation: 0.98, 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 #C715FD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 21 | 253 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.01 |
| HSL | 286.03º | 0.98% | 0.54% | - |
| HSV(B) | 286.03º | 0.92% | 0.99% | - |
| XYZ | 41.55 | 19.77 | 94.55 | - |
| YUV | 100.67 | 213.97 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 253 | 0.21 | 0.92 | 0 | 0.01 | 286.03 | 0.98 | 0.54 |
| Hex | C7 | 15 | FD | 15 | 5C | 0 | 1 | 11E | 62 | 36 |
| Octal | 307 | 25 | 375 | 25 | 134 | 0 | 1 | 436 | 142 | 66 |
| Binary | 11000111 | 10101 | 11111101 | 10101 | 1011100 | 0 | 1 | 100011110 | 1100010 | 110110 |
Color Harmonies of #C715FD
Complementary color
Monochromatic Colors of #C715FD
Black with #C715FD
Text Example
Text Example
White with #C715FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715FD; }
p { color: rgb(199,21,253); }
H1.HeaderClassName
{
color: #C715FD;
}
.AnyTagClassName
{
color: #C715FD;
}
</style>
background-color css
<style>
a { background-color: #C715FD; }
a { background-color: rgb(199,21,253); }
div.DivClassName
{
background-color: #C715FD;
}
.BgClassName
{
background-color: #C715FD;
}
</style>
border-color css
<style>
span { border-color: #C715FD; }
span { border-color: rgb(199,21,253); }
td.TdClassName
{
border-color: #C715FD;
}
.TagClassName
{
border-color: #C715FD;
}
</style>