Shades of London Hue #C386BD
Tints of London Hue #C386BD
RGB
CMYK
RGB Variations
Color information
#C386BD (or 0xC386BD) is known color: London Hue. HEX triplet: C3, 86 and BD. RGB value is (195,134,189). Sum of RGB (Red+Green+Blue) = 195+134+189=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C386BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386BD is #3C7942. Grayscale: #9E9E9E. Windows color (decimal): -3963203 or 12420803. OLE color: 12420803.
HSL color Cylindrical-coordinate representation of color #C386BD: hue angle of 305.9º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C386BD is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 189 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.24 |
| HSL | 305.9º | 0.34% | 0.65% | - |
| HSV(B) | 305.9º | 0.31% | 0.76% | - |
| XYZ | 40.22 | 32.33 | 52.26 | - |
| YUV | 158.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 189 | 0 | 0.31 | 0.03 | 0.24 | 305.9 | 0.34 | 0.65 |
| Hex | C3 | 86 | BD | 0 | 1F | 3 | 18 | 132 | 22 | 41 |
| Octal | 303 | 206 | 275 | 0 | 37 | 3 | 30 | 462 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10111101 | 0 | 11111 | 11 | 11000 | 100110010 | 100010 | 1000001 |
Color Harmonies of #C386BD
Complementary color
Monochromatic Colors of #C386BD
Black with #C386BD
Text Example
Text Example
White with #C386BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386BD; }
p { color: rgb(195,134,189); }
H1.HeaderClassName
{
color: #C386BD;
}
.AnyTagClassName
{
color: #C386BD;
}
</style>
background-color css
<style>
a { background-color: #C386BD; }
a { background-color: rgb(195,134,189); }
div.DivClassName
{
background-color: #C386BD;
}
.BgClassName
{
background-color: #C386BD;
}
</style>
border-color css
<style>
span { border-color: #C386BD; }
span { border-color: rgb(195,134,189); }
td.TdClassName
{
border-color: #C386BD;
}
.TagClassName
{
border-color: #C386BD;
}
</style>