Shades of London Hue #C07ABD
Tints of London Hue #C07ABD
RGB
CMYK
RGB Variations
Color information
#C07ABD (or 0xC07ABD) is known color: London Hue. HEX triplet: C0, 7A and BD. RGB value is (192,122,189). Sum of RGB (Red+Green+Blue) = 192+122+189=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C07ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ABD is #3F8542. Grayscale: #969696. Windows color (decimal): -4162883 or 12417728. OLE color: 12417728.
HSL color Cylindrical-coordinate representation of color #C07ABD: hue angle of 302.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07ABD is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 189 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.25 |
| HSL | 302.57º | 0.36% | 0.62% | - |
| HSV(B) | 302.57º | 0.36% | 0.75% | - |
| XYZ | 37.88 | 28.8 | 51.71 | - |
| YUV | 150.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 189 | 0 | 0.36 | 0.02 | 0.25 | 302.57 | 0.36 | 0.62 |
| Hex | C0 | 7A | BD | 0 | 24 | 2 | 19 | 12F | 24 | 3E |
| Octal | 300 | 172 | 275 | 0 | 44 | 2 | 31 | 457 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10111101 | 0 | 100100 | 10 | 11001 | 100101111 | 100100 | 111110 |
Color Harmonies of #C07ABD
Complementary color
Monochromatic Colors of #C07ABD
Black with #C07ABD
Text Example
Text Example
White with #C07ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07ABD; }
p { color: rgb(192,122,189); }
H1.HeaderClassName
{
color: #C07ABD;
}
.AnyTagClassName
{
color: #C07ABD;
}
</style>
background-color css
<style>
a { background-color: #C07ABD; }
a { background-color: rgb(192,122,189); }
div.DivClassName
{
background-color: #C07ABD;
}
.BgClassName
{
background-color: #C07ABD;
}
</style>
border-color css
<style>
span { border-color: #C07ABD; }
span { border-color: rgb(192,122,189); }
td.TdClassName
{
border-color: #C07ABD;
}
.TagClassName
{
border-color: #C07ABD;
}
</style>