Shades of Electric Purple #C718FB
Tints of Electric Purple #C718FB
RGB
CMYK
RGB Variations
Color information
#C718FB (or 0xC718FB) is known color: Electric Purple. HEX triplet: C7, 18 and FB. RGB value is (199,24,251). Sum of RGB (Red+Green+Blue) = 199+24+251=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #C718FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C718FB is #38E704. Grayscale: #656565. Windows color (decimal): -3729157 or 16455879. OLE color: 16455879.
HSL color Cylindrical-coordinate representation of color #C718FB: hue angle of 286.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C718FB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 24 | 251 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.02 |
| HSL | 286.26º | 0.97% | 0.54% | - |
| HSV(B) | 286.26º | 0.9% | 0.98% | - |
| XYZ | 41.29 | 19.76 | 92.9 | - |
| YUV | 102.2 | 211.98 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 251 | 0.21 | 0.90 | 0 | 0.02 | 286.26 | 0.97 | 0.54 |
| Hex | C7 | 18 | FB | 15 | 5A | 0 | 2 | 11E | 61 | 36 |
| Octal | 307 | 30 | 373 | 25 | 132 | 0 | 2 | 436 | 141 | 66 |
| Binary | 11000111 | 11000 | 11111011 | 10101 | 1011010 | 0 | 10 | 100011110 | 1100001 | 110110 |
Color Harmonies of #C718FB
Complementary color
Monochromatic Colors of #C718FB
Black with #C718FB
Text Example
Text Example
White with #C718FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718FB; }
p { color: rgb(199,24,251); }
H1.HeaderClassName
{
color: #C718FB;
}
.AnyTagClassName
{
color: #C718FB;
}
</style>
background-color css
<style>
a { background-color: #C718FB; }
a { background-color: rgb(199,24,251); }
div.DivClassName
{
background-color: #C718FB;
}
.BgClassName
{
background-color: #C718FB;
}
</style>
border-color css
<style>
span { border-color: #C718FB; }
span { border-color: rgb(199,24,251); }
td.TdClassName
{
border-color: #C718FB;
}
.TagClassName
{
border-color: #C718FB;
}
</style>