Shades of London Hue #C37BB4
Tints of London Hue #C37BB4
RGB
CMYK
RGB Variations
Color information
#C37BB4 (or 0xC37BB4) is known color: London Hue. HEX triplet: C3, 7B and B4. RGB value is (195,123,180). Sum of RGB (Red+Green+Blue) = 195+123+180=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BB4 is #3C844B. Grayscale: #969696. Windows color (decimal): -3966028 or 11828163. OLE color: 11828163.
HSL color Cylindrical-coordinate representation of color #C37BB4: hue angle of 312.5º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37BB4 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 180 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.24 |
| HSL | 312.5º | 0.38% | 0.62% | - |
| HSV(B) | 312.5º | 0.37% | 0.76% | - |
| XYZ | 37.83 | 29.06 | 46.8 | - |
| YUV | 151.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 180 | 0 | 0.37 | 0.08 | 0.24 | 312.5 | 0.38 | 0.62 |
| Hex | C3 | 7B | B4 | 0 | 25 | 8 | 18 | 138 | 26 | 3E |
| Octal | 303 | 173 | 264 | 0 | 45 | 10 | 30 | 470 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10110100 | 0 | 100101 | 1000 | 11000 | 100111000 | 100110 | 111110 |
Color Harmonies of #C37BB4
Complementary color
Monochromatic Colors of #C37BB4
Black with #C37BB4
Text Example
Text Example
White with #C37BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BB4; }
p { color: rgb(195,123,180); }
H1.HeaderClassName
{
color: #C37BB4;
}
.AnyTagClassName
{
color: #C37BB4;
}
</style>
background-color css
<style>
a { background-color: #C37BB4; }
a { background-color: rgb(195,123,180); }
div.DivClassName
{
background-color: #C37BB4;
}
.BgClassName
{
background-color: #C37BB4;
}
</style>
border-color css
<style>
span { border-color: #C37BB4; }
span { border-color: rgb(195,123,180); }
td.TdClassName
{
border-color: #C37BB4;
}
.TagClassName
{
border-color: #C37BB4;
}
</style>