Shades of London Hue #C47BBA
Tints of London Hue #C47BBA
RGB
CMYK
RGB Variations
Color information
#C47BBA (or 0xC47BBA) is known color: London Hue. HEX triplet: C4, 7B and BA. RGB value is (196,123,186). Sum of RGB (Red+Green+Blue) = 196+123+186=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BBA is #3B8445. Grayscale: #979797. Windows color (decimal): -3900486 or 12221380. OLE color: 12221380.
HSL color Cylindrical-coordinate representation of color #C47BBA: hue angle of 308.22º 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 #C47BBA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 186 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.23 |
| HSL | 308.22º | 0.38% | 0.63% | - |
| HSV(B) | 308.22º | 0.37% | 0.77% | - |
| XYZ | 38.71 | 29.45 | 50.1 | - |
| YUV | 152.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 186 | 0 | 0.37 | 0.05 | 0.23 | 308.22 | 0.38 | 0.63 |
| Hex | C4 | 7B | BA | 0 | 25 | 5 | 17 | 134 | 26 | 3F |
| Octal | 304 | 173 | 272 | 0 | 45 | 5 | 27 | 464 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10111010 | 0 | 100101 | 101 | 10111 | 100110100 | 100110 | 111111 |
Color Harmonies of #C47BBA
Complementary color
Monochromatic Colors of #C47BBA
Black with #C47BBA
Text Example
Text Example
White with #C47BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BBA; }
p { color: rgb(196,123,186); }
H1.HeaderClassName
{
color: #C47BBA;
}
.AnyTagClassName
{
color: #C47BBA;
}
</style>
background-color css
<style>
a { background-color: #C47BBA; }
a { background-color: rgb(196,123,186); }
div.DivClassName
{
background-color: #C47BBA;
}
.BgClassName
{
background-color: #C47BBA;
}
</style>
border-color css
<style>
span { border-color: #C47BBA; }
span { border-color: rgb(196,123,186); }
td.TdClassName
{
border-color: #C47BBA;
}
.TagClassName
{
border-color: #C47BBA;
}
</style>