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