Shades of Electric Purple #C717EB
Tints of Electric Purple #C717EB
RGB
CMYK
RGB Variations
Color information
#C717EB (or 0xC717EB) is known color: Electric Purple. HEX triplet: C7, 17 and EB. RGB value is (199,23,235). Sum of RGB (Red+Green+Blue) = 199+23+235=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #C717EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C717EB is #38E814. Grayscale: #636363. Windows color (decimal): -3729429 or 15407047. OLE color: 15407047.
HSL color Cylindrical-coordinate representation of color #C717EB: hue angle of 289.81º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C717EB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 23 | 235 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.08 |
| HSL | 289.81º | 0.84% | 0.51% | - |
| HSV(B) | 289.81º | 0.9% | 0.92% | - |
| XYZ | 38.85 | 18.75 | 80.17 | - |
| YUV | 99.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 235 | 0.15 | 0.90 | 0 | 0.08 | 289.81 | 0.84 | 0.51 |
| Hex | C7 | 17 | EB | F | 5A | 0 | 8 | 122 | 54 | 33 |
| Octal | 307 | 27 | 353 | 17 | 132 | 0 | 10 | 442 | 124 | 63 |
| Binary | 11000111 | 10111 | 11101011 | 1111 | 1011010 | 0 | 1000 | 100100010 | 1010100 | 110011 |
Color Harmonies of #C717EB
Complementary color
Monochromatic Colors of #C717EB
Black with #C717EB
Text Example
Text Example
White with #C717EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717EB; }
p { color: rgb(199,23,235); }
H1.HeaderClassName
{
color: #C717EB;
}
.AnyTagClassName
{
color: #C717EB;
}
</style>
background-color css
<style>
a { background-color: #C717EB; }
a { background-color: rgb(199,23,235); }
div.DivClassName
{
background-color: #C717EB;
}
.BgClassName
{
background-color: #C717EB;
}
</style>
border-color css
<style>
span { border-color: #C717EB; }
span { border-color: rgb(199,23,235); }
td.TdClassName
{
border-color: #C717EB;
}
.TagClassName
{
border-color: #C717EB;
}
</style>