Shades of Lily #CB92BD
Tints of Lily #CB92BD
RGB
CMYK
RGB Variations
Color information
#CB92BD (or 0xCB92BD) is known color: Lily. HEX triplet: CB, 92 and BD. RGB value is (203,146,189). Sum of RGB (Red+Green+Blue) = 203+146+189=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92BD is #346D42. Grayscale: #A7A7A7. Windows color (decimal): -3435843 or 12423883. OLE color: 12423883.
HSL color Cylindrical-coordinate representation of color #CB92BD: hue angle of 314.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB92BD is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 189 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.20 |
| HSL | 314.74º | 0.35% | 0.68% | - |
| HSV(B) | 314.74º | 0.28% | 0.8% | - |
| XYZ | 44.09 | 36.93 | 52.95 | - |
| YUV | 167.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 189 | 0 | 0.28 | 0.07 | 0.20 | 314.74 | 0.35 | 0.68 |
| Hex | CB | 92 | BD | 0 | 1C | 7 | 14 | 13B | 23 | 44 |
| Octal | 313 | 222 | 275 | 0 | 34 | 7 | 24 | 473 | 43 | 104 |
| Binary | 11001011 | 10010010 | 10111101 | 0 | 11100 | 111 | 10100 | 100111011 | 100011 | 1000100 |
Color Harmonies of #CB92BD
Complementary color
Monochromatic Colors of #CB92BD
Black with #CB92BD
Text Example
Text Example
White with #CB92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92BD; }
p { color: rgb(203,146,189); }
H1.HeaderClassName
{
color: #CB92BD;
}
.AnyTagClassName
{
color: #CB92BD;
}
</style>
background-color css
<style>
a { background-color: #CB92BD; }
a { background-color: rgb(203,146,189); }
div.DivClassName
{
background-color: #CB92BD;
}
.BgClassName
{
background-color: #CB92BD;
}
</style>
border-color css
<style>
span { border-color: #CB92BD; }
span { border-color: rgb(203,146,189); }
td.TdClassName
{
border-color: #CB92BD;
}
.TagClassName
{
border-color: #CB92BD;
}
</style>