Shades of Electric Purple #C717FB
Tints of Electric Purple #C717FB
RGB
CMYK
RGB Variations
Color information
#C717FB (or 0xC717FB) is known color: Electric Purple. HEX triplet: C7, 17 and FB. RGB value is (199,23,251). Sum of RGB (Red+Green+Blue) = 199+23+251=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #C717FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C717FB is #38E804. Grayscale: #646464. Windows color (decimal): -3729413 or 16455623. OLE color: 16455623.
HSL color Cylindrical-coordinate representation of color #C717FB: hue angle of 286.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C717FB is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 23 | 251 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.02 |
| HSL | 286.32º | 0.97% | 0.54% | - |
| HSV(B) | 286.32º | 0.91% | 0.98% | - |
| XYZ | 41.27 | 19.72 | 92.9 | - |
| YUV | 101.62 | 212.31 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 251 | 0.21 | 0.91 | 0 | 0.02 | 286.32 | 0.97 | 0.54 |
| Hex | C7 | 17 | FB | 15 | 5B | 0 | 2 | 11E | 61 | 36 |
| Octal | 307 | 27 | 373 | 25 | 133 | 0 | 2 | 436 | 141 | 66 |
| Binary | 11000111 | 10111 | 11111011 | 10101 | 1011011 | 0 | 10 | 100011110 | 1100001 | 110110 |
Color Harmonies of #C717FB
Complementary color
Monochromatic Colors of #C717FB
Black with #C717FB
Text Example
Text Example
White with #C717FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717FB; }
p { color: rgb(199,23,251); }
H1.HeaderClassName
{
color: #C717FB;
}
.AnyTagClassName
{
color: #C717FB;
}
</style>
background-color css
<style>
a { background-color: #C717FB; }
a { background-color: rgb(199,23,251); }
div.DivClassName
{
background-color: #C717FB;
}
.BgClassName
{
background-color: #C717FB;
}
</style>
border-color css
<style>
span { border-color: #C717FB; }
span { border-color: rgb(199,23,251); }
td.TdClassName
{
border-color: #C717FB;
}
.TagClassName
{
border-color: #C717FB;
}
</style>