Shades of London Hue #C387BA
Tints of London Hue #C387BA
RGB
CMYK
RGB Variations
Color information
#C387BA (or 0xC387BA) is known color: London Hue. HEX triplet: C3, 87 and BA. RGB value is (195,135,186). Sum of RGB (Red+Green+Blue) = 195+135+186=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C387BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387BA is #3C7845. Grayscale: #9E9E9E. Windows color (decimal): -3962950 or 12224451. OLE color: 12224451.
HSL color Cylindrical-coordinate representation of color #C387BA: hue angle of 309º degrees, saturation: 0.33, 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 #C387BA is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 186 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.24 |
| HSL | 309º | 0.33% | 0.65% | - |
| HSV(B) | 309º | 0.31% | 0.76% | - |
| XYZ | 40.03 | 32.48 | 50.61 | - |
| YUV | 158.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 186 | 0 | 0.31 | 0.05 | 0.24 | 309 | 0.33 | 0.65 |
| Hex | C3 | 87 | BA | 0 | 1F | 5 | 18 | 135 | 21 | 41 |
| Octal | 303 | 207 | 272 | 0 | 37 | 5 | 30 | 465 | 41 | 101 |
| Binary | 11000011 | 10000111 | 10111010 | 0 | 11111 | 101 | 11000 | 100110101 | 100001 | 1000001 |
Color Harmonies of #C387BA
Complementary color
Monochromatic Colors of #C387BA
Black with #C387BA
Text Example
Text Example
White with #C387BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387BA; }
p { color: rgb(195,135,186); }
H1.HeaderClassName
{
color: #C387BA;
}
.AnyTagClassName
{
color: #C387BA;
}
</style>
background-color css
<style>
a { background-color: #C387BA; }
a { background-color: rgb(195,135,186); }
div.DivClassName
{
background-color: #C387BA;
}
.BgClassName
{
background-color: #C387BA;
}
</style>
border-color css
<style>
span { border-color: #C387BA; }
span { border-color: rgb(195,135,186); }
td.TdClassName
{
border-color: #C387BA;
}
.TagClassName
{
border-color: #C387BA;
}
</style>