Shades of Electric Purple #C718FD
Tints of Electric Purple #C718FD
RGB
CMYK
RGB Variations
Color information
#C718FD (or 0xC718FD) is known color: Electric Purple. HEX triplet: C7, 18 and FD. RGB value is (199,24,253). Sum of RGB (Red+Green+Blue) = 199+24+253=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #C718FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C718FD is #38E702. Grayscale: #656565. Windows color (decimal): -3729155 or 16586951. OLE color: 16586951.
HSL color Cylindrical-coordinate representation of color #C718FD: hue angle of 285.85º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C718FD is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 24 | 253 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.01 |
| HSL | 285.85º | 0.98% | 0.54% | - |
| HSV(B) | 285.85º | 0.91% | 0.99% | - |
| XYZ | 41.61 | 19.89 | 94.57 | - |
| YUV | 102.43 | 212.98 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 253 | 0.21 | 0.91 | 0 | 0.01 | 285.85 | 0.98 | 0.54 |
| Hex | C7 | 18 | FD | 15 | 5B | 0 | 1 | 11E | 62 | 36 |
| Octal | 307 | 30 | 375 | 25 | 133 | 0 | 1 | 436 | 142 | 66 |
| Binary | 11000111 | 11000 | 11111101 | 10101 | 1011011 | 0 | 1 | 100011110 | 1100010 | 110110 |
Color Harmonies of #C718FD
Complementary color
Monochromatic Colors of #C718FD
Black with #C718FD
Text Example
Text Example
White with #C718FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718FD; }
p { color: rgb(199,24,253); }
H1.HeaderClassName
{
color: #C718FD;
}
.AnyTagClassName
{
color: #C718FD;
}
</style>
background-color css
<style>
a { background-color: #C718FD; }
a { background-color: rgb(199,24,253); }
div.DivClassName
{
background-color: #C718FD;
}
.BgClassName
{
background-color: #C718FD;
}
</style>
border-color css
<style>
span { border-color: #C718FD; }
span { border-color: rgb(199,24,253); }
td.TdClassName
{
border-color: #C718FD;
}
.TagClassName
{
border-color: #C718FD;
}
</style>