Shades of London Hue #C387BC
Tints of London Hue #C387BC
RGB
CMYK
RGB Variations
Color information
#C387BC (or 0xC387BC) is known color: London Hue. HEX triplet: C3, 87 and BC. RGB value is (195,135,188). Sum of RGB (Red+Green+Blue) = 195+135+188=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C387BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387BC is #3C7843. Grayscale: #9E9E9E. Windows color (decimal): -3962948 or 12355523. OLE color: 12355523.
HSL color Cylindrical-coordinate representation of color #C387BC: hue angle of 307º 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 #C387BC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 188 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.24 |
| HSL | 307º | 0.33% | 0.65% | - |
| HSV(B) | 307º | 0.31% | 0.76% | - |
| XYZ | 40.25 | 32.56 | 51.74 | - |
| YUV | 158.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 188 | 0 | 0.31 | 0.04 | 0.24 | 307 | 0.33 | 0.65 |
| Hex | C3 | 87 | BC | 0 | 1F | 4 | 18 | 133 | 21 | 41 |
| Octal | 303 | 207 | 274 | 0 | 37 | 4 | 30 | 463 | 41 | 101 |
| Binary | 11000011 | 10000111 | 10111100 | 0 | 11111 | 100 | 11000 | 100110011 | 100001 | 1000001 |
Color Harmonies of #C387BC
Complementary color
Monochromatic Colors of #C387BC
Black with #C387BC
Text Example
Text Example
White with #C387BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387BC; }
p { color: rgb(195,135,188); }
H1.HeaderClassName
{
color: #C387BC;
}
.AnyTagClassName
{
color: #C387BC;
}
</style>
background-color css
<style>
a { background-color: #C387BC; }
a { background-color: rgb(195,135,188); }
div.DivClassName
{
background-color: #C387BC;
}
.BgClassName
{
background-color: #C387BC;
}
</style>
border-color css
<style>
span { border-color: #C387BC; }
span { border-color: rgb(195,135,188); }
td.TdClassName
{
border-color: #C387BC;
}
.TagClassName
{
border-color: #C387BC;
}
</style>