Shades of London Hue #C38DBA
Tints of London Hue #C38DBA
RGB
CMYK
RGB Variations
Color information
#C38DBA (or 0xC38DBA) is known color: London Hue. HEX triplet: C3, 8D and BA. RGB value is (195,141,186). Sum of RGB (Red+Green+Blue) = 195+141+186=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DBA is #3C7245. Grayscale: #A2A2A2. Windows color (decimal): -3961414 or 12225987. OLE color: 12225987.
HSL color Cylindrical-coordinate representation of color #C38DBA: hue angle of 310º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38DBA is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 186 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.24 |
| HSL | 310º | 0.31% | 0.66% | - |
| HSV(B) | 310º | 0.28% | 0.76% | - |
| XYZ | 40.89 | 34.2 | 50.9 | - |
| YUV | 162.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 186 | 0 | 0.28 | 0.05 | 0.24 | 310 | 0.31 | 0.66 |
| Hex | C3 | 8D | BA | 0 | 1C | 5 | 18 | 136 | 1F | 42 |
| Octal | 303 | 215 | 272 | 0 | 34 | 5 | 30 | 466 | 37 | 102 |
| Binary | 11000011 | 10001101 | 10111010 | 0 | 11100 | 101 | 11000 | 100110110 | 11111 | 1000010 |
Color Harmonies of #C38DBA
Complementary color
Monochromatic Colors of #C38DBA
Black with #C38DBA
Text Example
Text Example
White with #C38DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38DBA; }
p { color: rgb(195,141,186); }
H1.HeaderClassName
{
color: #C38DBA;
}
.AnyTagClassName
{
color: #C38DBA;
}
</style>
background-color css
<style>
a { background-color: #C38DBA; }
a { background-color: rgb(195,141,186); }
div.DivClassName
{
background-color: #C38DBA;
}
.BgClassName
{
background-color: #C38DBA;
}
</style>
border-color css
<style>
span { border-color: #C38DBA; }
span { border-color: rgb(195,141,186); }
td.TdClassName
{
border-color: #C38DBA;
}
.TagClassName
{
border-color: #C38DBA;
}
</style>