Shades of Lily #CB80B3
Tints of Lily #CB80B3
RGB
CMYK
RGB Variations
Color information
#CB80B3 (or 0xCB80B3) is known color: Lily. HEX triplet: CB, 80 and B3. RGB value is (203,128,179). Sum of RGB (Red+Green+Blue) = 203+128+179=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80B3 is #347F4C. Grayscale: #9C9C9C. Windows color (decimal): -3440461 or 11763915. OLE color: 11763915.
HSL color Cylindrical-coordinate representation of color #CB80B3: hue angle of 319.2º 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 #CB80B3 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 179 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.20 |
| HSL | 319.2º | 0.42% | 0.65% | - |
| HSV(B) | 319.2º | 0.37% | 0.8% | - |
| XYZ | 40.48 | 31.39 | 46.57 | - |
| YUV | 156.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 179 | 0 | 0.37 | 0.12 | 0.20 | 319.2 | 0.42 | 0.65 |
| Hex | CB | 80 | B3 | 0 | 25 | C | 14 | 13F | 2A | 41 |
| Octal | 313 | 200 | 263 | 0 | 45 | 14 | 24 | 477 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10110011 | 0 | 100101 | 1100 | 10100 | 100111111 | 101010 | 1000001 |
Color Harmonies of #CB80B3
Complementary color
Monochromatic Colors of #CB80B3
Black with #CB80B3
Text Example
Text Example
White with #CB80B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80B3; }
p { color: rgb(203,128,179); }
H1.HeaderClassName
{
color: #CB80B3;
}
.AnyTagClassName
{
color: #CB80B3;
}
</style>
background-color css
<style>
a { background-color: #CB80B3; }
a { background-color: rgb(203,128,179); }
div.DivClassName
{
background-color: #CB80B3;
}
.BgClassName
{
background-color: #CB80B3;
}
</style>
border-color css
<style>
span { border-color: #CB80B3; }
span { border-color: rgb(203,128,179); }
td.TdClassName
{
border-color: #CB80B3;
}
.TagClassName
{
border-color: #CB80B3;
}
</style>