Shades of London Hue #C28BBC
Tints of London Hue #C28BBC
RGB
CMYK
RGB Variations
Color information
#C28BBC (or 0xC28BBC) is known color: London Hue. HEX triplet: C2, 8B and BC. RGB value is (194,139,188). Sum of RGB (Red+Green+Blue) = 194+139+188=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BBC is #3D7443. Grayscale: #A0A0A0. Windows color (decimal): -4027460 or 12356546. OLE color: 12356546.
HSL color Cylindrical-coordinate representation of color #C28BBC: hue angle of 306.55º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28BBC is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 188 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.24 |
| HSL | 306.55º | 0.31% | 0.65% | - |
| HSV(B) | 306.55º | 0.28% | 0.76% | - |
| XYZ | 40.56 | 33.57 | 51.92 | - |
| YUV | 161.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 188 | 0 | 0.28 | 0.03 | 0.24 | 306.55 | 0.31 | 0.65 |
| Hex | C2 | 8B | BC | 0 | 1C | 3 | 18 | 133 | 1F | 41 |
| Octal | 302 | 213 | 274 | 0 | 34 | 3 | 30 | 463 | 37 | 101 |
| Binary | 11000010 | 10001011 | 10111100 | 0 | 11100 | 11 | 11000 | 100110011 | 11111 | 1000001 |
Color Harmonies of #C28BBC
Complementary color
Monochromatic Colors of #C28BBC
Black with #C28BBC
Text Example
Text Example
White with #C28BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BBC; }
p { color: rgb(194,139,188); }
H1.HeaderClassName
{
color: #C28BBC;
}
.AnyTagClassName
{
color: #C28BBC;
}
</style>
background-color css
<style>
a { background-color: #C28BBC; }
a { background-color: rgb(194,139,188); }
div.DivClassName
{
background-color: #C28BBC;
}
.BgClassName
{
background-color: #C28BBC;
}
</style>
border-color css
<style>
span { border-color: #C28BBC; }
span { border-color: rgb(194,139,188); }
td.TdClassName
{
border-color: #C28BBC;
}
.TagClassName
{
border-color: #C28BBC;
}
</style>