Shades of London Hue #C17DB8
Tints of London Hue #C17DB8
RGB
CMYK
RGB Variations
Color information
#C17DB8 (or 0xC17DB8) is known color: London Hue. HEX triplet: C1, 7D and B8. RGB value is (193,125,184). Sum of RGB (Red+Green+Blue) = 193+125+184=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C17DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DB8 is #3E8247. Grayscale: #979797. Windows color (decimal): -4096584 or 12090817. OLE color: 12090817.
HSL color Cylindrical-coordinate representation of color #C17DB8: hue angle of 307.94º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17DB8 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 184 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.24 |
| HSL | 307.94º | 0.35% | 0.62% | - |
| HSV(B) | 307.94º | 0.35% | 0.76% | - |
| XYZ | 37.98 | 29.47 | 49.03 | - |
| YUV | 152.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 184 | 0 | 0.35 | 0.05 | 0.24 | 307.94 | 0.35 | 0.62 |
| Hex | C1 | 7D | B8 | 0 | 23 | 5 | 18 | 134 | 23 | 3E |
| Octal | 301 | 175 | 270 | 0 | 43 | 5 | 30 | 464 | 43 | 76 |
| Binary | 11000001 | 1111101 | 10111000 | 0 | 100011 | 101 | 11000 | 100110100 | 100011 | 111110 |
Color Harmonies of #C17DB8
Complementary color
Monochromatic Colors of #C17DB8
Black with #C17DB8
Text Example
Text Example
White with #C17DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DB8; }
p { color: rgb(193,125,184); }
H1.HeaderClassName
{
color: #C17DB8;
}
.AnyTagClassName
{
color: #C17DB8;
}
</style>
background-color css
<style>
a { background-color: #C17DB8; }
a { background-color: rgb(193,125,184); }
div.DivClassName
{
background-color: #C17DB8;
}
.BgClassName
{
background-color: #C17DB8;
}
</style>
border-color css
<style>
span { border-color: #C17DB8; }
span { border-color: rgb(193,125,184); }
td.TdClassName
{
border-color: #C17DB8;
}
.TagClassName
{
border-color: #C17DB8;
}
</style>