Shades of Lily #CB8CBD
Tints of Lily #CB8CBD
RGB
CMYK
RGB Variations
Color information
#CB8CBD (or 0xCB8CBD) is known color: Lily. HEX triplet: CB, 8C and BD. RGB value is (203,140,189). Sum of RGB (Red+Green+Blue) = 203+140+189=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CBD is #347342. Grayscale: #A4A4A4. Windows color (decimal): -3437379 or 12422347. OLE color: 12422347.
HSL color Cylindrical-coordinate representation of color #CB8CBD: hue angle of 313.33º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8CBD is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 189 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.20 |
| HSL | 313.33º | 0.38% | 0.67% | - |
| HSV(B) | 313.33º | 0.31% | 0.8% | - |
| XYZ | 43.19 | 35.13 | 52.65 | - |
| YUV | 164.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 189 | 0 | 0.31 | 0.07 | 0.20 | 313.33 | 0.38 | 0.67 |
| Hex | CB | 8C | BD | 0 | 1F | 7 | 14 | 139 | 26 | 43 |
| Octal | 313 | 214 | 275 | 0 | 37 | 7 | 24 | 471 | 46 | 103 |
| Binary | 11001011 | 10001100 | 10111101 | 0 | 11111 | 111 | 10100 | 100111001 | 100110 | 1000011 |
Color Harmonies of #CB8CBD
Complementary color
Monochromatic Colors of #CB8CBD
Black with #CB8CBD
Text Example
Text Example
White with #CB8CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CBD; }
p { color: rgb(203,140,189); }
H1.HeaderClassName
{
color: #CB8CBD;
}
.AnyTagClassName
{
color: #CB8CBD;
}
</style>
background-color css
<style>
a { background-color: #CB8CBD; }
a { background-color: rgb(203,140,189); }
div.DivClassName
{
background-color: #CB8CBD;
}
.BgClassName
{
background-color: #CB8CBD;
}
</style>
border-color css
<style>
span { border-color: #CB8CBD; }
span { border-color: rgb(203,140,189); }
td.TdClassName
{
border-color: #CB8CBD;
}
.TagClassName
{
border-color: #CB8CBD;
}
</style>