Shades of London Hue #C38DBB
Tints of London Hue #C38DBB
RGB
CMYK
RGB Variations
Color information
#C38DBB (or 0xC38DBB) is known color: London Hue. HEX triplet: C3, 8D and BB. RGB value is (195,141,187). Sum of RGB (Red+Green+Blue) = 195+141+187=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DBB is #3C7244. Grayscale: #A2A2A2. Windows color (decimal): -3961413 or 12291523. OLE color: 12291523.
HSL color Cylindrical-coordinate representation of color #C38DBB: hue angle of 308.89º 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 #C38DBB is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 187 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.24 |
| HSL | 308.89º | 0.31% | 0.66% | - |
| HSV(B) | 308.89º | 0.28% | 0.76% | - |
| XYZ | 41 | 34.24 | 51.46 | - |
| YUV | 162.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 187 | 0 | 0.28 | 0.04 | 0.24 | 308.89 | 0.31 | 0.66 |
| Hex | C3 | 8D | BB | 0 | 1C | 4 | 18 | 135 | 1F | 42 |
| Octal | 303 | 215 | 273 | 0 | 34 | 4 | 30 | 465 | 37 | 102 |
| Binary | 11000011 | 10001101 | 10111011 | 0 | 11100 | 100 | 11000 | 100110101 | 11111 | 1000010 |
Color Harmonies of #C38DBB
Complementary color
Monochromatic Colors of #C38DBB
Black with #C38DBB
Text Example
Text Example
White with #C38DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38DBB; }
p { color: rgb(195,141,187); }
H1.HeaderClassName
{
color: #C38DBB;
}
.AnyTagClassName
{
color: #C38DBB;
}
</style>
background-color css
<style>
a { background-color: #C38DBB; }
a { background-color: rgb(195,141,187); }
div.DivClassName
{
background-color: #C38DBB;
}
.BgClassName
{
background-color: #C38DBB;
}
</style>
border-color css
<style>
span { border-color: #C38DBB; }
span { border-color: rgb(195,141,187); }
td.TdClassName
{
border-color: #C38DBB;
}
.TagClassName
{
border-color: #C38DBB;
}
</style>