Shades of Electric Purple #C714FF
Tints of Electric Purple #C714FF
RGB
CMYK
RGB Variations
Color information
#C714FF (or 0xC714FF) is known color: Electric Purple. HEX triplet: C7, 14 and FF. RGB value is (199,20,255). Sum of RGB (Red+Green+Blue) = 199+20+255=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #C714FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C714FF is #38EB00. Grayscale: #636363. Windows color (decimal): -3730177 or 16716999. OLE color: 16716999.
HSL color Cylindrical-coordinate representation of color #C714FF: hue angle of 285.7º 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 #C714FF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 20 | 255 | - |
| CMYK | 0.22 | 0.92 | 0 | 0 |
| HSL | 285.7º | 1% | 0.54% | - |
| HSV(B) | 285.7º | 0.92% | 1% | - |
| XYZ | 41.85 | 19.86 | 96.24 | - |
| YUV | 100.31 | 215.3 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 255 | 0.22 | 0.92 | 0 | 0 | 285.7 | 1 | 0.54 |
| Hex | C7 | 14 | FF | 16 | 5C | 0 | 0 | 11E | 64 | 36 |
| Octal | 307 | 24 | 377 | 26 | 134 | 0 | 0 | 436 | 144 | 66 |
| Binary | 11000111 | 10100 | 11111111 | 10110 | 1011100 | 0 | 0 | 100011110 | 1100100 | 110110 |
Color Harmonies of #C714FF
Complementary color
Monochromatic Colors of #C714FF
Black with #C714FF
Text Example
Text Example
White with #C714FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714FF; }
p { color: rgb(199,20,255); }
H1.HeaderClassName
{
color: #C714FF;
}
.AnyTagClassName
{
color: #C714FF;
}
</style>
background-color css
<style>
a { background-color: #C714FF; }
a { background-color: rgb(199,20,255); }
div.DivClassName
{
background-color: #C714FF;
}
.BgClassName
{
background-color: #C714FF;
}
</style>
border-color css
<style>
span { border-color: #C714FF; }
span { border-color: rgb(199,20,255); }
td.TdClassName
{
border-color: #C714FF;
}
.TagClassName
{
border-color: #C714FF;
}
</style>