Shades of Electric Purple #C718F9
Tints of Electric Purple #C718F9
RGB
CMYK
RGB Variations
Color information
#C718F9 (or 0xC718F9) is known color: Electric Purple. HEX triplet: C7, 18 and F9. RGB value is (199,24,249). Sum of RGB (Red+Green+Blue) = 199+24+249=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #C718F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C718F9 is #38E706. Grayscale: #656565. Windows color (decimal): -3729159 or 16324807. OLE color: 16324807.
HSL color Cylindrical-coordinate representation of color #C718F9: hue angle of 286.67º degrees, saturation: 0.95, 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 #C718F9 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 24 | 249 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.02 |
| HSL | 286.67º | 0.95% | 0.54% | - |
| HSV(B) | 286.67º | 0.9% | 0.98% | - |
| XYZ | 40.98 | 19.63 | 91.25 | - |
| YUV | 101.98 | 210.98 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 249 | 0.20 | 0.90 | 0 | 0.02 | 286.67 | 0.95 | 0.54 |
| Hex | C7 | 18 | F9 | 14 | 5A | 0 | 2 | 11F | 5F | 36 |
| Octal | 307 | 30 | 371 | 24 | 132 | 0 | 2 | 437 | 137 | 66 |
| Binary | 11000111 | 11000 | 11111001 | 10100 | 1011010 | 0 | 10 | 100011111 | 1011111 | 110110 |
Color Harmonies of #C718F9
Complementary color
Monochromatic Colors of #C718F9
Black with #C718F9
Text Example
Text Example
White with #C718F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718F9; }
p { color: rgb(199,24,249); }
H1.HeaderClassName
{
color: #C718F9;
}
.AnyTagClassName
{
color: #C718F9;
}
</style>
background-color css
<style>
a { background-color: #C718F9; }
a { background-color: rgb(199,24,249); }
div.DivClassName
{
background-color: #C718F9;
}
.BgClassName
{
background-color: #C718F9;
}
</style>
border-color css
<style>
span { border-color: #C718F9; }
span { border-color: rgb(199,24,249); }
td.TdClassName
{
border-color: #C718F9;
}
.TagClassName
{
border-color: #C718F9;
}
</style>