Shades of London Hue #C37CBC
Tints of London Hue #C37CBC
RGB
CMYK
RGB Variations
Color information
#C37CBC (or 0xC37CBC) is known color: London Hue. HEX triplet: C3, 7C and BC. RGB value is (195,124,188). Sum of RGB (Red+Green+Blue) = 195+124+188=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CBC is #3C8343. Grayscale: #989898. Windows color (decimal): -3965764 or 12352707. OLE color: 12352707.
HSL color Cylindrical-coordinate representation of color #C37CBC: hue angle of 305.92º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37CBC is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 188 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.24 |
| HSL | 305.92º | 0.37% | 0.63% | - |
| HSV(B) | 305.92º | 0.36% | 0.76% | - |
| XYZ | 38.79 | 29.65 | 51.26 | - |
| YUV | 152.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 188 | 0 | 0.36 | 0.04 | 0.24 | 305.92 | 0.37 | 0.63 |
| Hex | C3 | 7C | BC | 0 | 24 | 4 | 18 | 132 | 25 | 3F |
| Octal | 303 | 174 | 274 | 0 | 44 | 4 | 30 | 462 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10111100 | 0 | 100100 | 100 | 11000 | 100110010 | 100101 | 111111 |
Color Harmonies of #C37CBC
Complementary color
Monochromatic Colors of #C37CBC
Black with #C37CBC
Text Example
Text Example
White with #C37CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CBC; }
p { color: rgb(195,124,188); }
H1.HeaderClassName
{
color: #C37CBC;
}
.AnyTagClassName
{
color: #C37CBC;
}
</style>
background-color css
<style>
a { background-color: #C37CBC; }
a { background-color: rgb(195,124,188); }
div.DivClassName
{
background-color: #C37CBC;
}
.BgClassName
{
background-color: #C37CBC;
}
</style>
border-color css
<style>
span { border-color: #C37CBC; }
span { border-color: rgb(195,124,188); }
td.TdClassName
{
border-color: #C37CBC;
}
.TagClassName
{
border-color: #C37CBC;
}
</style>