Shades of Lily #CB8CBC
Tints of Lily #CB8CBC
RGB
CMYK
RGB Variations
Color information
#CB8CBC (or 0xCB8CBC) is known color: Lily. HEX triplet: CB, 8C and BC. RGB value is (203,140,188). Sum of RGB (Red+Green+Blue) = 203+140+188=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CBC is #347343. Grayscale: #A4A4A4. Windows color (decimal): -3437380 or 12356811. OLE color: 12356811.
HSL color Cylindrical-coordinate representation of color #CB8CBC: hue angle of 314.29º 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 #CB8CBC is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 188 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.20 |
| HSL | 314.29º | 0.38% | 0.67% | - |
| HSV(B) | 314.29º | 0.31% | 0.8% | - |
| XYZ | 43.08 | 35.08 | 52.08 | - |
| YUV | 164.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 188 | 0 | 0.31 | 0.07 | 0.20 | 314.29 | 0.38 | 0.67 |
| Hex | CB | 8C | BC | 0 | 1F | 7 | 14 | 13A | 26 | 43 |
| Octal | 313 | 214 | 274 | 0 | 37 | 7 | 24 | 472 | 46 | 103 |
| Binary | 11001011 | 10001100 | 10111100 | 0 | 11111 | 111 | 10100 | 100111010 | 100110 | 1000011 |
Color Harmonies of #CB8CBC
Complementary color
Monochromatic Colors of #CB8CBC
Black with #CB8CBC
Text Example
Text Example
White with #CB8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CBC; }
p { color: rgb(203,140,188); }
H1.HeaderClassName
{
color: #CB8CBC;
}
.AnyTagClassName
{
color: #CB8CBC;
}
</style>
background-color css
<style>
a { background-color: #CB8CBC; }
a { background-color: rgb(203,140,188); }
div.DivClassName
{
background-color: #CB8CBC;
}
.BgClassName
{
background-color: #CB8CBC;
}
</style>
border-color css
<style>
span { border-color: #CB8CBC; }
span { border-color: rgb(203,140,188); }
td.TdClassName
{
border-color: #CB8CBC;
}
.TagClassName
{
border-color: #CB8CBC;
}
</style>