Shades of London Hue #C37DB4
Tints of London Hue #C37DB4
RGB
CMYK
RGB Variations
Color information
#C37DB4 (or 0xC37DB4) is known color: London Hue. HEX triplet: C3, 7D and B4. RGB value is (195,125,180). Sum of RGB (Red+Green+Blue) = 195+125+180=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DB4 is #3C824B. Grayscale: #989898. Windows color (decimal): -3965516 or 11828675. OLE color: 11828675.
HSL color Cylindrical-coordinate representation of color #C37DB4: hue angle of 312.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37DB4 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 180 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.24 |
| HSL | 312.86º | 0.37% | 0.63% | - |
| HSV(B) | 312.86º | 0.36% | 0.76% | - |
| XYZ | 38.08 | 29.56 | 46.88 | - |
| YUV | 152.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 180 | 0 | 0.36 | 0.08 | 0.24 | 312.86 | 0.37 | 0.63 |
| Hex | C3 | 7D | B4 | 0 | 24 | 8 | 18 | 139 | 25 | 3F |
| Octal | 303 | 175 | 264 | 0 | 44 | 10 | 30 | 471 | 45 | 77 |
| Binary | 11000011 | 1111101 | 10110100 | 0 | 100100 | 1000 | 11000 | 100111001 | 100101 | 111111 |
Color Harmonies of #C37DB4
Complementary color
Monochromatic Colors of #C37DB4
Black with #C37DB4
Text Example
Text Example
White with #C37DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DB4; }
p { color: rgb(195,125,180); }
H1.HeaderClassName
{
color: #C37DB4;
}
.AnyTagClassName
{
color: #C37DB4;
}
</style>
background-color css
<style>
a { background-color: #C37DB4; }
a { background-color: rgb(195,125,180); }
div.DivClassName
{
background-color: #C37DB4;
}
.BgClassName
{
background-color: #C37DB4;
}
</style>
border-color css
<style>
span { border-color: #C37DB4; }
span { border-color: rgb(195,125,180); }
td.TdClassName
{
border-color: #C37DB4;
}
.TagClassName
{
border-color: #C37DB4;
}
</style>