Shades of Lily #CB8AAD
Tints of Lily #CB8AAD
RGB
CMYK
RGB Variations
Color information
#CB8AAD (or 0xCB8AAD) is known color: Lily. HEX triplet: CB, 8A and AD. RGB value is (203,138,173). Sum of RGB (Red+Green+Blue) = 203+138+173=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8AAD is #347552. Grayscale: #A1A1A1. Windows color (decimal): -3437907 or 11373259. OLE color: 11373259.
HSL color Cylindrical-coordinate representation of color #CB8AAD: hue angle of 327.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8AAD is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 173 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.20 |
| HSL | 327.69º | 0.38% | 0.67% | - |
| HSV(B) | 327.69º | 0.32% | 0.8% | - |
| XYZ | 41.26 | 33.89 | 43.9 | - |
| YUV | 161.43 | 134.53 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 173 | 0 | 0.32 | 0.15 | 0.20 | 327.69 | 0.38 | 0.67 |
| Hex | CB | 8A | AD | 0 | 20 | F | 14 | 148 | 26 | 43 |
| Octal | 313 | 212 | 255 | 0 | 40 | 17 | 24 | 510 | 46 | 103 |
| Binary | 11001011 | 10001010 | 10101101 | 0 | 100000 | 1111 | 10100 | 101001000 | 100110 | 1000011 |
Color Harmonies of #CB8AAD
Complementary color
Monochromatic Colors of #CB8AAD
Black with #CB8AAD
Text Example
Text Example
White with #CB8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AAD; }
p { color: rgb(203,138,173); }
H1.HeaderClassName
{
color: #CB8AAD;
}
.AnyTagClassName
{
color: #CB8AAD;
}
</style>
background-color css
<style>
a { background-color: #CB8AAD; }
a { background-color: rgb(203,138,173); }
div.DivClassName
{
background-color: #CB8AAD;
}
.BgClassName
{
background-color: #CB8AAD;
}
</style>
border-color css
<style>
span { border-color: #CB8AAD; }
span { border-color: rgb(203,138,173); }
td.TdClassName
{
border-color: #CB8AAD;
}
.TagClassName
{
border-color: #CB8AAD;
}
</style>