Shades of London Hue #C17FBD
Tints of London Hue #C17FBD
RGB
CMYK
RGB Variations
Color information
#C17FBD (or 0xC17FBD) is known color: London Hue. HEX triplet: C1, 7F and BD. RGB value is (193,127,189). Sum of RGB (Red+Green+Blue) = 193+127+189=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C17FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FBD is #3E8042. Grayscale: #999999. Windows color (decimal): -4096067 or 12419009. OLE color: 12419009.
HSL color Cylindrical-coordinate representation of color #C17FBD: hue angle of 303.64º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C17FBD is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 189 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.24 |
| HSL | 303.64º | 0.35% | 0.63% | - |
| HSV(B) | 303.64º | 0.34% | 0.76% | - |
| XYZ | 38.77 | 30.19 | 51.93 | - |
| YUV | 153.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 189 | 0 | 0.34 | 0.02 | 0.24 | 303.64 | 0.35 | 0.63 |
| Hex | C1 | 7F | BD | 0 | 22 | 2 | 18 | 130 | 23 | 3F |
| Octal | 301 | 177 | 275 | 0 | 42 | 2 | 30 | 460 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10111101 | 0 | 100010 | 10 | 11000 | 100110000 | 100011 | 111111 |
Color Harmonies of #C17FBD
Complementary color
Monochromatic Colors of #C17FBD
Black with #C17FBD
Text Example
Text Example
White with #C17FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FBD; }
p { color: rgb(193,127,189); }
H1.HeaderClassName
{
color: #C17FBD;
}
.AnyTagClassName
{
color: #C17FBD;
}
</style>
background-color css
<style>
a { background-color: #C17FBD; }
a { background-color: rgb(193,127,189); }
div.DivClassName
{
background-color: #C17FBD;
}
.BgClassName
{
background-color: #C17FBD;
}
</style>
border-color css
<style>
span { border-color: #C17FBD; }
span { border-color: rgb(193,127,189); }
td.TdClassName
{
border-color: #C17FBD;
}
.TagClassName
{
border-color: #C17FBD;
}
</style>