Shades of London Hue #C085BD
Tints of London Hue #C085BD
RGB
CMYK
RGB Variations
Color information
#C085BD (or 0xC085BD) is known color: London Hue. HEX triplet: C0, 85 and BD. RGB value is (192,133,189). Sum of RGB (Red+Green+Blue) = 192+133+189=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C085BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085BD is #3F7A42. Grayscale: #9C9C9C. Windows color (decimal): -4160067 or 12420544. OLE color: 12420544.
HSL color Cylindrical-coordinate representation of color #C085BD: hue angle of 303.05º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C085BD is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 189 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.25 |
| HSL | 303.05º | 0.32% | 0.64% | - |
| HSV(B) | 303.05º | 0.31% | 0.75% | - |
| XYZ | 39.31 | 31.66 | 52.18 | - |
| YUV | 157.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 189 | 0 | 0.31 | 0.02 | 0.25 | 303.05 | 0.32 | 0.64 |
| Hex | C0 | 85 | BD | 0 | 1F | 2 | 19 | 12F | 20 | 40 |
| Octal | 300 | 205 | 275 | 0 | 37 | 2 | 31 | 457 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10111101 | 0 | 11111 | 10 | 11001 | 100101111 | 100000 | 1000000 |
Color Harmonies of #C085BD
Complementary color
Monochromatic Colors of #C085BD
Black with #C085BD
Text Example
Text Example
White with #C085BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085BD; }
p { color: rgb(192,133,189); }
H1.HeaderClassName
{
color: #C085BD;
}
.AnyTagClassName
{
color: #C085BD;
}
</style>
background-color css
<style>
a { background-color: #C085BD; }
a { background-color: rgb(192,133,189); }
div.DivClassName
{
background-color: #C085BD;
}
.BgClassName
{
background-color: #C085BD;
}
</style>
border-color css
<style>
span { border-color: #C085BD; }
span { border-color: rgb(192,133,189); }
td.TdClassName
{
border-color: #C085BD;
}
.TagClassName
{
border-color: #C085BD;
}
</style>