Shades of Electric Purple #C617EB
Tints of Electric Purple #C617EB
RGB
CMYK
RGB Variations
Color information
#C617EB (or 0xC617EB) is known color: Electric Purple. HEX triplet: C6, 17 and EB. RGB value is (198,23,235). Sum of RGB (Red+Green+Blue) = 198+23+235=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 23 (9.38% from 255 or 5.04% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #C617EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C617EB is #39E814. Grayscale: #626262. Windows color (decimal): -3794965 or 15407046. OLE color: 15407046.
HSL color Cylindrical-coordinate representation of color #C617EB: hue angle of 289.53º 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 #C617EB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 23 | 235 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.08 |
| HSL | 289.53º | 0.84% | 0.51% | - |
| HSV(B) | 289.53º | 0.9% | 0.92% | - |
| XYZ | 38.59 | 18.62 | 80.16 | - |
| YUV | 99.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 235 | 0.16 | 0.90 | 0 | 0.08 | 289.53 | 0.84 | 0.51 |
| Hex | C6 | 17 | EB | 10 | 5A | 0 | 8 | 122 | 54 | 33 |
| Octal | 306 | 27 | 353 | 20 | 132 | 0 | 10 | 442 | 124 | 63 |
| Binary | 11000110 | 10111 | 11101011 | 10000 | 1011010 | 0 | 1000 | 100100010 | 1010100 | 110011 |
Color Harmonies of #C617EB
Complementary color
Monochromatic Colors of #C617EB
Black with #C617EB
Text Example
Text Example
White with #C617EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C617EB; }
p { color: rgb(198,23,235); }
H1.HeaderClassName
{
color: #C617EB;
}
.AnyTagClassName
{
color: #C617EB;
}
</style>
background-color css
<style>
a { background-color: #C617EB; }
a { background-color: rgb(198,23,235); }
div.DivClassName
{
background-color: #C617EB;
}
.BgClassName
{
background-color: #C617EB;
}
</style>
border-color css
<style>
span { border-color: #C617EB; }
span { border-color: rgb(198,23,235); }
td.TdClassName
{
border-color: #C617EB;
}
.TagClassName
{
border-color: #C617EB;
}
</style>