Shades of London Hue #C47CBA
Tints of London Hue #C47CBA
RGB
CMYK
RGB Variations
Color information
#C47CBA (or 0xC47CBA) is known color: London Hue. HEX triplet: C4, 7C and BA. RGB value is (196,124,186). Sum of RGB (Red+Green+Blue) = 196+124+186=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CBA is #3B8345. Grayscale: #989898. Windows color (decimal): -3900230 or 12221636. OLE color: 12221636.
HSL color Cylindrical-coordinate representation of color #C47CBA: hue angle of 308.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47CBA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 186 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.23 |
| HSL | 308.33º | 0.38% | 0.63% | - |
| HSV(B) | 308.33º | 0.37% | 0.77% | - |
| XYZ | 38.84 | 29.7 | 50.14 | - |
| YUV | 152.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 186 | 0 | 0.37 | 0.05 | 0.23 | 308.33 | 0.38 | 0.63 |
| Hex | C4 | 7C | BA | 0 | 25 | 5 | 17 | 134 | 26 | 3F |
| Octal | 304 | 174 | 272 | 0 | 45 | 5 | 27 | 464 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10111010 | 0 | 100101 | 101 | 10111 | 100110100 | 100110 | 111111 |
Color Harmonies of #C47CBA
Complementary color
Monochromatic Colors of #C47CBA
Black with #C47CBA
Text Example
Text Example
White with #C47CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CBA; }
p { color: rgb(196,124,186); }
H1.HeaderClassName
{
color: #C47CBA;
}
.AnyTagClassName
{
color: #C47CBA;
}
</style>
background-color css
<style>
a { background-color: #C47CBA; }
a { background-color: rgb(196,124,186); }
div.DivClassName
{
background-color: #C47CBA;
}
.BgClassName
{
background-color: #C47CBA;
}
</style>
border-color css
<style>
span { border-color: #C47CBA; }
span { border-color: rgb(196,124,186); }
td.TdClassName
{
border-color: #C47CBA;
}
.TagClassName
{
border-color: #C47CBA;
}
</style>