Shades of Lily #CB80B6
Tints of Lily #CB80B6
RGB
CMYK
RGB Variations
Color information
#CB80B6 (or 0xCB80B6) is known color: Lily. HEX triplet: CB, 80 and B6. RGB value is (203,128,182). Sum of RGB (Red+Green+Blue) = 203+128+182=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80B6 is #347F49. Grayscale: #9C9C9C. Windows color (decimal): -3440458 or 11960523. OLE color: 11960523.
HSL color Cylindrical-coordinate representation of color #CB80B6: hue angle of 316.8º 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 #CB80B6 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 182 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.20 |
| HSL | 316.8º | 0.42% | 0.65% | - |
| HSV(B) | 316.8º | 0.37% | 0.8% | - |
| XYZ | 40.79 | 31.51 | 48.19 | - |
| YUV | 156.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 182 | 0 | 0.37 | 0.10 | 0.20 | 316.8 | 0.42 | 0.65 |
| Hex | CB | 80 | B6 | 0 | 25 | A | 14 | 13D | 2A | 41 |
| Octal | 313 | 200 | 266 | 0 | 45 | 12 | 24 | 475 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10110110 | 0 | 100101 | 1010 | 10100 | 100111101 | 101010 | 1000001 |
Color Harmonies of #CB80B6
Complementary color
Monochromatic Colors of #CB80B6
Black with #CB80B6
Text Example
Text Example
White with #CB80B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80B6; }
p { color: rgb(203,128,182); }
H1.HeaderClassName
{
color: #CB80B6;
}
.AnyTagClassName
{
color: #CB80B6;
}
</style>
background-color css
<style>
a { background-color: #CB80B6; }
a { background-color: rgb(203,128,182); }
div.DivClassName
{
background-color: #CB80B6;
}
.BgClassName
{
background-color: #CB80B6;
}
</style>
border-color css
<style>
span { border-color: #CB80B6; }
span { border-color: rgb(203,128,182); }
td.TdClassName
{
border-color: #CB80B6;
}
.TagClassName
{
border-color: #CB80B6;
}
</style>