Shades of London Hue #C37DBB
Tints of London Hue #C37DBB
RGB
CMYK
RGB Variations
Color information
#C37DBB (or 0xC37DBB) is known color: London Hue. HEX triplet: C3, 7D and BB. RGB value is (195,125,187). Sum of RGB (Red+Green+Blue) = 195+125+187=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DBB is #3C8244. Grayscale: #989898. Windows color (decimal): -3965509 or 12287427. OLE color: 12287427.
HSL color Cylindrical-coordinate representation of color #C37DBB: hue angle of 306.86º 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 #C37DBB is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 187 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.24 |
| HSL | 306.86º | 0.37% | 0.63% | - |
| HSV(B) | 306.86º | 0.36% | 0.76% | - |
| XYZ | 38.81 | 29.86 | 50.73 | - |
| YUV | 153 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 187 | 0 | 0.36 | 0.04 | 0.24 | 306.86 | 0.37 | 0.63 |
| Hex | C3 | 7D | BB | 0 | 24 | 4 | 18 | 133 | 25 | 3F |
| Octal | 303 | 175 | 273 | 0 | 44 | 4 | 30 | 463 | 45 | 77 |
| Binary | 11000011 | 1111101 | 10111011 | 0 | 100100 | 100 | 11000 | 100110011 | 100101 | 111111 |
Color Harmonies of #C37DBB
Complementary color
Monochromatic Colors of #C37DBB
Black with #C37DBB
Text Example
Text Example
White with #C37DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DBB; }
p { color: rgb(195,125,187); }
H1.HeaderClassName
{
color: #C37DBB;
}
.AnyTagClassName
{
color: #C37DBB;
}
</style>
background-color css
<style>
a { background-color: #C37DBB; }
a { background-color: rgb(195,125,187); }
div.DivClassName
{
background-color: #C37DBB;
}
.BgClassName
{
background-color: #C37DBB;
}
</style>
border-color css
<style>
span { border-color: #C37DBB; }
span { border-color: rgb(195,125,187); }
td.TdClassName
{
border-color: #C37DBB;
}
.TagClassName
{
border-color: #C37DBB;
}
</style>