Shades of London Hue #C17BBC
Tints of London Hue #C17BBC
RGB
CMYK
RGB Variations
Color information
#C17BBC (or 0xC17BBC) is known color: London Hue. HEX triplet: C1, 7B and BC. RGB value is (193,123,188). Sum of RGB (Red+Green+Blue) = 193+123+188=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C17BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BBC is #3E8443. Grayscale: #979797. Windows color (decimal): -4097092 or 12352449. OLE color: 12352449.
HSL color Cylindrical-coordinate representation of color #C17BBC: hue angle of 304.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17BBC is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 188 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.24 |
| HSL | 304.29º | 0.36% | 0.62% | - |
| HSV(B) | 304.29º | 0.36% | 0.76% | - |
| XYZ | 38.15 | 29.13 | 51.19 | - |
| YUV | 151.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 188 | 0 | 0.36 | 0.03 | 0.24 | 304.29 | 0.36 | 0.62 |
| Hex | C1 | 7B | BC | 0 | 24 | 3 | 18 | 130 | 24 | 3E |
| Octal | 301 | 173 | 274 | 0 | 44 | 3 | 30 | 460 | 44 | 76 |
| Binary | 11000001 | 1111011 | 10111100 | 0 | 100100 | 11 | 11000 | 100110000 | 100100 | 111110 |
Color Harmonies of #C17BBC
Complementary color
Monochromatic Colors of #C17BBC
Black with #C17BBC
Text Example
Text Example
White with #C17BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BBC; }
p { color: rgb(193,123,188); }
H1.HeaderClassName
{
color: #C17BBC;
}
.AnyTagClassName
{
color: #C17BBC;
}
</style>
background-color css
<style>
a { background-color: #C17BBC; }
a { background-color: rgb(193,123,188); }
div.DivClassName
{
background-color: #C17BBC;
}
.BgClassName
{
background-color: #C17BBC;
}
</style>
border-color css
<style>
span { border-color: #C17BBC; }
span { border-color: rgb(193,123,188); }
td.TdClassName
{
border-color: #C17BBC;
}
.TagClassName
{
border-color: #C17BBC;
}
</style>