Shades of Lily #CB8ABD
Tints of Lily #CB8ABD
RGB
CMYK
RGB Variations
Color information
#CB8ABD (or 0xCB8ABD) is known color: Lily. HEX triplet: CB, 8A and BD. RGB value is (203,138,189). Sum of RGB (Red+Green+Blue) = 203+138+189=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ABD is #347542. Grayscale: #A3A3A3. Windows color (decimal): -3437891 or 12421835. OLE color: 12421835.
HSL color Cylindrical-coordinate representation of color #CB8ABD: hue angle of 312.92º 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 #CB8ABD is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 189 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.20 |
| HSL | 312.92º | 0.38% | 0.67% | - |
| HSV(B) | 312.92º | 0.32% | 0.8% | - |
| XYZ | 42.9 | 34.55 | 52.55 | - |
| YUV | 163.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 189 | 0 | 0.32 | 0.07 | 0.20 | 312.92 | 0.38 | 0.67 |
| Hex | CB | 8A | BD | 0 | 20 | 7 | 14 | 139 | 26 | 43 |
| Octal | 313 | 212 | 275 | 0 | 40 | 7 | 24 | 471 | 46 | 103 |
| Binary | 11001011 | 10001010 | 10111101 | 0 | 100000 | 111 | 10100 | 100111001 | 100110 | 1000011 |
Color Harmonies of #CB8ABD
Complementary color
Monochromatic Colors of #CB8ABD
Black with #CB8ABD
Text Example
Text Example
White with #CB8ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8ABD; }
p { color: rgb(203,138,189); }
H1.HeaderClassName
{
color: #CB8ABD;
}
.AnyTagClassName
{
color: #CB8ABD;
}
</style>
background-color css
<style>
a { background-color: #CB8ABD; }
a { background-color: rgb(203,138,189); }
div.DivClassName
{
background-color: #CB8ABD;
}
.BgClassName
{
background-color: #CB8ABD;
}
</style>
border-color css
<style>
span { border-color: #CB8ABD; }
span { border-color: rgb(203,138,189); }
td.TdClassName
{
border-color: #CB8ABD;
}
.TagClassName
{
border-color: #CB8ABD;
}
</style>