Shades of London Hue #C17EB7
Tints of London Hue #C17EB7
RGB
CMYK
RGB Variations
Color information
#C17EB7 (or 0xC17EB7) is known color: London Hue. HEX triplet: C1, 7E and B7. RGB value is (193,126,183). Sum of RGB (Red+Green+Blue) = 193+126+183=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C17EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EB7 is #3E8148. Grayscale: #989898. Windows color (decimal): -4096329 or 12025537. OLE color: 12025537.
HSL color Cylindrical-coordinate representation of color #C17EB7: hue angle of 308.96º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17EB7 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 126 | 183 | - |
CMYK | 0 | 0.35 | 0.05 | 0.24 |
HSL | 308.96º | 0.35% | 0.63% | - |
HSV(B) | 308.96º | 0.35% | 0.76% | - |
XYZ | 38 | 29.68 | 48.53 | - |
YUV | 152.53 | 145.2 | 156.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 126 | 183 | 0 | 0.35 | 0.05 | 0.24 | 308.96 | 0.35 | 0.63 |
Hex | C1 | 7E | B7 | 0 | 23 | 5 | 18 | 135 | 23 | 3F |
Octal | 301 | 176 | 267 | 0 | 43 | 5 | 30 | 465 | 43 | 77 |
Binary | 11000001 | 1111110 | 10110111 | 0 | 100011 | 101 | 11000 | 100110101 | 100011 | 111111 |
Color Harmonies of #C17EB7
Complementary color
Monochromatic Colors of #C17EB7
Black with #C17EB7
Text Example
Text Example
White with #C17EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EB7; }
p { color: rgb(193,126,183); }
H1.HeaderClassName
{
color: #C17EB7;
}
.AnyTagClassName
{
color: #C17EB7;
}
</style>
background-color css
<style>
a { background-color: #C17EB7; }
a { background-color: rgb(193,126,183); }
div.DivClassName
{
background-color: #C17EB7;
}
.BgClassName
{
background-color: #C17EB7;
}
</style>
border-color css
<style>
span { border-color: #C17EB7; }
span { border-color: rgb(193,126,183); }
td.TdClassName
{
border-color: #C17EB7;
}
.TagClassName
{
border-color: #C17EB7;
}
</style>