Shades of London Hue #C17FB4
Tints of London Hue #C17FB4
RGB
CMYK
RGB Variations
Color information
#C17FB4 (or 0xC17FB4) is known color: London Hue. HEX triplet: C1, 7F and B4. RGB value is (193,127,180). Sum of RGB (Red+Green+Blue) = 193+127+180=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C17FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FB4 is #3E804B. Grayscale: #989898. Windows color (decimal): -4096076 or 11829185. OLE color: 11829185.
HSL color Cylindrical-coordinate representation of color #C17FB4: hue angle of 311.82º 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 #C17FB4 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 180 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.24 |
| HSL | 311.82º | 0.35% | 0.63% | - |
| HSV(B) | 311.82º | 0.34% | 0.76% | - |
| XYZ | 37.82 | 29.81 | 46.94 | - |
| YUV | 152.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 180 | 0 | 0.34 | 0.07 | 0.24 | 311.82 | 0.35 | 0.63 |
| Hex | C1 | 7F | B4 | 0 | 22 | 7 | 18 | 138 | 23 | 3F |
| Octal | 301 | 177 | 264 | 0 | 42 | 7 | 30 | 470 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10110100 | 0 | 100010 | 111 | 11000 | 100111000 | 100011 | 111111 |
Color Harmonies of #C17FB4
Complementary color
Monochromatic Colors of #C17FB4
Black with #C17FB4
Text Example
Text Example
White with #C17FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FB4; }
p { color: rgb(193,127,180); }
H1.HeaderClassName
{
color: #C17FB4;
}
.AnyTagClassName
{
color: #C17FB4;
}
</style>
background-color css
<style>
a { background-color: #C17FB4; }
a { background-color: rgb(193,127,180); }
div.DivClassName
{
background-color: #C17FB4;
}
.BgClassName
{
background-color: #C17FB4;
}
</style>
border-color css
<style>
span { border-color: #C17FB4; }
span { border-color: rgb(193,127,180); }
td.TdClassName
{
border-color: #C17FB4;
}
.TagClassName
{
border-color: #C17FB4;
}
</style>