Shades of Lily #CB80B7
Tints of Lily #CB80B7
RGB
CMYK
RGB Variations
Color information
#CB80B7 (or 0xCB80B7) is known color: Lily. HEX triplet: CB, 80 and B7. RGB value is (203,128,183). Sum of RGB (Red+Green+Blue) = 203+128+183=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80B7 is #347F48. Grayscale: #9C9C9C. Windows color (decimal): -3440457 or 12026059. OLE color: 12026059.
HSL color Cylindrical-coordinate representation of color #CB80B7: hue angle of 316º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB80B7 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 183 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.20 |
| HSL | 316º | 0.42% | 0.65% | - |
| HSV(B) | 316º | 0.37% | 0.8% | - |
| XYZ | 40.9 | 31.55 | 48.73 | - |
| YUV | 156.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 183 | 0 | 0.37 | 0.10 | 0.20 | 316 | 0.42 | 0.65 |
| Hex | CB | 80 | B7 | 0 | 25 | A | 14 | 13C | 2A | 41 |
| Octal | 313 | 200 | 267 | 0 | 45 | 12 | 24 | 474 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10110111 | 0 | 100101 | 1010 | 10100 | 100111100 | 101010 | 1000001 |
Color Harmonies of #CB80B7
Complementary color
Monochromatic Colors of #CB80B7
Black with #CB80B7
Text Example
Text Example
White with #CB80B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80B7; }
p { color: rgb(203,128,183); }
H1.HeaderClassName
{
color: #CB80B7;
}
.AnyTagClassName
{
color: #CB80B7;
}
</style>
background-color css
<style>
a { background-color: #CB80B7; }
a { background-color: rgb(203,128,183); }
div.DivClassName
{
background-color: #CB80B7;
}
.BgClassName
{
background-color: #CB80B7;
}
</style>
border-color css
<style>
span { border-color: #CB80B7; }
span { border-color: rgb(203,128,183); }
td.TdClassName
{
border-color: #CB80B7;
}
.TagClassName
{
border-color: #CB80B7;
}
</style>