Shades of London Hue #C37EBA
Tints of London Hue #C37EBA
RGB
CMYK
RGB Variations
Color information
#C37EBA (or 0xC37EBA) is known color: London Hue. HEX triplet: C3, 7E and BA. RGB value is (195,126,186). Sum of RGB (Red+Green+Blue) = 195+126+186=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C37EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37EBA is #3C8145. Grayscale: #999999. Windows color (decimal): -3965254 or 12222147. OLE color: 12222147.
HSL color Cylindrical-coordinate representation of color #C37EBA: hue angle of 307.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37EBA is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 186 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.24 |
| HSL | 307.83º | 0.37% | 0.63% | - |
| HSV(B) | 307.83º | 0.35% | 0.76% | - |
| XYZ | 38.83 | 30.07 | 50.21 | - |
| YUV | 153.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 186 | 0 | 0.35 | 0.05 | 0.24 | 307.83 | 0.37 | 0.63 |
| Hex | C3 | 7E | BA | 0 | 23 | 5 | 18 | 134 | 25 | 3F |
| Octal | 303 | 176 | 272 | 0 | 43 | 5 | 30 | 464 | 45 | 77 |
| Binary | 11000011 | 1111110 | 10111010 | 0 | 100011 | 101 | 11000 | 100110100 | 100101 | 111111 |
Color Harmonies of #C37EBA
Complementary color
Monochromatic Colors of #C37EBA
Black with #C37EBA
Text Example
Text Example
White with #C37EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37EBA; }
p { color: rgb(195,126,186); }
H1.HeaderClassName
{
color: #C37EBA;
}
.AnyTagClassName
{
color: #C37EBA;
}
</style>
background-color css
<style>
a { background-color: #C37EBA; }
a { background-color: rgb(195,126,186); }
div.DivClassName
{
background-color: #C37EBA;
}
.BgClassName
{
background-color: #C37EBA;
}
</style>
border-color css
<style>
span { border-color: #C37EBA; }
span { border-color: rgb(195,126,186); }
td.TdClassName
{
border-color: #C37EBA;
}
.TagClassName
{
border-color: #C37EBA;
}
</style>