Shades of London Hue #C17BBD
Tints of London Hue #C17BBD
RGB
CMYK
RGB Variations
Color information
#C17BBD (or 0xC17BBD) is known color: London Hue. HEX triplet: C1, 7B and BD. RGB value is (193,123,189). Sum of RGB (Red+Green+Blue) = 193+123+189=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C17BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BBD is #3E8442. Grayscale: #979797. Windows color (decimal): -4097091 or 12417985. OLE color: 12417985.
HSL color Cylindrical-coordinate representation of color #C17BBD: hue angle of 303.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17BBD is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 189 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.24 |
| HSL | 303.43º | 0.36% | 0.62% | - |
| HSV(B) | 303.43º | 0.36% | 0.76% | - |
| XYZ | 38.26 | 29.18 | 51.76 | - |
| YUV | 151.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 189 | 0 | 0.36 | 0.02 | 0.24 | 303.43 | 0.36 | 0.62 |
| Hex | C1 | 7B | BD | 0 | 24 | 2 | 18 | 12F | 24 | 3E |
| Octal | 301 | 173 | 275 | 0 | 44 | 2 | 30 | 457 | 44 | 76 |
| Binary | 11000001 | 1111011 | 10111101 | 0 | 100100 | 10 | 11000 | 100101111 | 100100 | 111110 |
Color Harmonies of #C17BBD
Complementary color
Monochromatic Colors of #C17BBD
Black with #C17BBD
Text Example
Text Example
White with #C17BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BBD; }
p { color: rgb(193,123,189); }
H1.HeaderClassName
{
color: #C17BBD;
}
.AnyTagClassName
{
color: #C17BBD;
}
</style>
background-color css
<style>
a { background-color: #C17BBD; }
a { background-color: rgb(193,123,189); }
div.DivClassName
{
background-color: #C17BBD;
}
.BgClassName
{
background-color: #C17BBD;
}
</style>
border-color css
<style>
span { border-color: #C17BBD; }
span { border-color: rgb(193,123,189); }
td.TdClassName
{
border-color: #C17BBD;
}
.TagClassName
{
border-color: #C17BBD;
}
</style>