Shades of London Hue #C18EB7
Tints of London Hue #C18EB7
RGB
CMYK
RGB Variations
Color information
#C18EB7 (or 0xC18EB7) is known color: London Hue. HEX triplet: C1, 8E and B7. RGB value is (193,142,183). Sum of RGB (Red+Green+Blue) = 193+142+183=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C18EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EB7 is #3E7148. Grayscale: #A1A1A1. Windows color (decimal): -4092233 or 12029633. OLE color: 12029633.
HSL color Cylindrical-coordinate representation of color #C18EB7: hue angle of 311.76º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18EB7 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 142 | 183 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.24 |
| HSL | 311.76º | 0.29% | 0.66% | - |
| HSV(B) | 311.76º | 0.26% | 0.76% | - |
| XYZ | 40.21 | 34.1 | 49.26 | - |
| YUV | 161.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 183 | 0 | 0.26 | 0.05 | 0.24 | 311.76 | 0.29 | 0.66 |
| Hex | C1 | 8E | B7 | 0 | 1A | 5 | 18 | 138 | 1D | 42 |
| Octal | 301 | 216 | 267 | 0 | 32 | 5 | 30 | 470 | 35 | 102 |
| Binary | 11000001 | 10001110 | 10110111 | 0 | 11010 | 101 | 11000 | 100111000 | 11101 | 1000010 |
Color Harmonies of #C18EB7
Complementary color
Monochromatic Colors of #C18EB7
Black with #C18EB7
Text Example
Text Example
White with #C18EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EB7; }
p { color: rgb(193,142,183); }
H1.HeaderClassName
{
color: #C18EB7;
}
.AnyTagClassName
{
color: #C18EB7;
}
</style>
background-color css
<style>
a { background-color: #C18EB7; }
a { background-color: rgb(193,142,183); }
div.DivClassName
{
background-color: #C18EB7;
}
.BgClassName
{
background-color: #C18EB7;
}
</style>
border-color css
<style>
span { border-color: #C18EB7; }
span { border-color: rgb(193,142,183); }
td.TdClassName
{
border-color: #C18EB7;
}
.TagClassName
{
border-color: #C18EB7;
}
</style>