Shades of London Hue #C387BD
Tints of London Hue #C387BD
RGB
CMYK
RGB Variations
Color information
#C387BD (or 0xC387BD) is known color: London Hue. HEX triplet: C3, 87 and BD. RGB value is (195,135,189). Sum of RGB (Red+Green+Blue) = 195+135+189=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C387BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387BD is #3C7842. Grayscale: #9E9E9E. Windows color (decimal): -3962947 or 12421059. OLE color: 12421059.
HSL color Cylindrical-coordinate representation of color #C387BD: hue angle of 306º 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 #C387BD is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 189 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.24 |
| HSL | 306º | 0.33% | 0.65% | - |
| HSV(B) | 306º | 0.31% | 0.76% | - |
| XYZ | 40.35 | 32.6 | 52.31 | - |
| YUV | 159.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 189 | 0 | 0.31 | 0.03 | 0.24 | 306 | 0.33 | 0.65 |
| Hex | C3 | 87 | BD | 0 | 1F | 3 | 18 | 132 | 21 | 41 |
| Octal | 303 | 207 | 275 | 0 | 37 | 3 | 30 | 462 | 41 | 101 |
| Binary | 11000011 | 10000111 | 10111101 | 0 | 11111 | 11 | 11000 | 100110010 | 100001 | 1000001 |
Color Harmonies of #C387BD
Complementary color
Monochromatic Colors of #C387BD
Black with #C387BD
Text Example
Text Example
White with #C387BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387BD; }
p { color: rgb(195,135,189); }
H1.HeaderClassName
{
color: #C387BD;
}
.AnyTagClassName
{
color: #C387BD;
}
</style>
background-color css
<style>
a { background-color: #C387BD; }
a { background-color: rgb(195,135,189); }
div.DivClassName
{
background-color: #C387BD;
}
.BgClassName
{
background-color: #C387BD;
}
</style>
border-color css
<style>
span { border-color: #C387BD; }
span { border-color: rgb(195,135,189); }
td.TdClassName
{
border-color: #C387BD;
}
.TagClassName
{
border-color: #C387BD;
}
</style>