Shades of London Hue #C07DB3
Tints of London Hue #C07DB3
RGB
CMYK
RGB Variations
Color information
#C07DB3 (or 0xC07DB3) is known color: London Hue. HEX triplet: C0, 7D and B3. RGB value is (192,125,179). Sum of RGB (Red+Green+Blue) = 192+125+179=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DB3 is #3F824C. Grayscale: #979797. Windows color (decimal): -4162125 or 11763136. OLE color: 11763136.
HSL color Cylindrical-coordinate representation of color #C07DB3: hue angle of 311.64º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07DB3 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 179 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.25 |
| HSL | 311.64º | 0.35% | 0.62% | - |
| HSV(B) | 311.64º | 0.35% | 0.75% | - |
| XYZ | 37.21 | 29.13 | 46.31 | - |
| YUV | 151.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 179 | 0 | 0.35 | 0.07 | 0.25 | 311.64 | 0.35 | 0.62 |
| Hex | C0 | 7D | B3 | 0 | 23 | 7 | 19 | 138 | 23 | 3E |
| Octal | 300 | 175 | 263 | 0 | 43 | 7 | 31 | 470 | 43 | 76 |
| Binary | 11000000 | 1111101 | 10110011 | 0 | 100011 | 111 | 11001 | 100111000 | 100011 | 111110 |
Color Harmonies of #C07DB3
Complementary color
Monochromatic Colors of #C07DB3
Black with #C07DB3
Text Example
Text Example
White with #C07DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DB3; }
p { color: rgb(192,125,179); }
H1.HeaderClassName
{
color: #C07DB3;
}
.AnyTagClassName
{
color: #C07DB3;
}
</style>
background-color css
<style>
a { background-color: #C07DB3; }
a { background-color: rgb(192,125,179); }
div.DivClassName
{
background-color: #C07DB3;
}
.BgClassName
{
background-color: #C07DB3;
}
</style>
border-color css
<style>
span { border-color: #C07DB3; }
span { border-color: rgb(192,125,179); }
td.TdClassName
{
border-color: #C07DB3;
}
.TagClassName
{
border-color: #C07DB3;
}
</style>