Shades of Lily #CB96BD
Tints of Lily #CB96BD
RGB
CMYK
RGB Variations
Color information
#CB96BD (or 0xCB96BD) is known color: Lily. HEX triplet: CB, 96 and BD. RGB value is (203,150,189). Sum of RGB (Red+Green+Blue) = 203+150+189=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96BD is #346942. Grayscale: #AAAAAA. Windows color (decimal): -3434819 or 12424907. OLE color: 12424907.
HSL color Cylindrical-coordinate representation of color #CB96BD: hue angle of 315.85º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB96BD is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 189 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.20 |
| HSL | 315.85º | 0.34% | 0.69% | - |
| HSV(B) | 315.85º | 0.26% | 0.8% | - |
| XYZ | 44.72 | 38.18 | 53.16 | - |
| YUV | 170.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 189 | 0 | 0.26 | 0.07 | 0.20 | 315.85 | 0.34 | 0.69 |
| Hex | CB | 96 | BD | 0 | 1A | 7 | 14 | 13C | 22 | 45 |
| Octal | 313 | 226 | 275 | 0 | 32 | 7 | 24 | 474 | 42 | 105 |
| Binary | 11001011 | 10010110 | 10111101 | 0 | 11010 | 111 | 10100 | 100111100 | 100010 | 1000101 |
Color Harmonies of #CB96BD
Complementary color
Monochromatic Colors of #CB96BD
Black with #CB96BD
Text Example
Text Example
White with #CB96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96BD; }
p { color: rgb(203,150,189); }
H1.HeaderClassName
{
color: #CB96BD;
}
.AnyTagClassName
{
color: #CB96BD;
}
</style>
background-color css
<style>
a { background-color: #CB96BD; }
a { background-color: rgb(203,150,189); }
div.DivClassName
{
background-color: #CB96BD;
}
.BgClassName
{
background-color: #CB96BD;
}
</style>
border-color css
<style>
span { border-color: #CB96BD; }
span { border-color: rgb(203,150,189); }
td.TdClassName
{
border-color: #CB96BD;
}
.TagClassName
{
border-color: #CB96BD;
}
</style>