Shades of London Hue #C17EBC
Tints of London Hue #C17EBC
RGB
CMYK
RGB Variations
Color information
#C17EBC (or 0xC17EBC) is known color: London Hue. HEX triplet: C1, 7E and BC. RGB value is (193,126,188). Sum of RGB (Red+Green+Blue) = 193+126+188=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C17EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EBC is #3E8143. Grayscale: #989898. Windows color (decimal): -4096324 or 12353217. OLE color: 12353217.
HSL color Cylindrical-coordinate representation of color #C17EBC: hue angle of 304.48º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17EBC is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 188 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.24 |
| HSL | 304.48º | 0.35% | 0.63% | - |
| HSV(B) | 304.48º | 0.35% | 0.76% | - |
| XYZ | 38.53 | 29.89 | 51.32 | - |
| YUV | 153.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 188 | 0 | 0.35 | 0.03 | 0.24 | 304.48 | 0.35 | 0.63 |
| Hex | C1 | 7E | BC | 0 | 23 | 3 | 18 | 130 | 23 | 3F |
| Octal | 301 | 176 | 274 | 0 | 43 | 3 | 30 | 460 | 43 | 77 |
| Binary | 11000001 | 1111110 | 10111100 | 0 | 100011 | 11 | 11000 | 100110000 | 100011 | 111111 |
Color Harmonies of #C17EBC
Complementary color
Monochromatic Colors of #C17EBC
Black with #C17EBC
Text Example
Text Example
White with #C17EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EBC; }
p { color: rgb(193,126,188); }
H1.HeaderClassName
{
color: #C17EBC;
}
.AnyTagClassName
{
color: #C17EBC;
}
</style>
background-color css
<style>
a { background-color: #C17EBC; }
a { background-color: rgb(193,126,188); }
div.DivClassName
{
background-color: #C17EBC;
}
.BgClassName
{
background-color: #C17EBC;
}
</style>
border-color css
<style>
span { border-color: #C17EBC; }
span { border-color: rgb(193,126,188); }
td.TdClassName
{
border-color: #C17EBC;
}
.TagClassName
{
border-color: #C17EBC;
}
</style>