Shades of Lily #C98ABB
Tints of Lily #C98ABB
RGB
CMYK
RGB Variations
Color information
#C98ABB (or 0xC98ABB) is known color: Lily. HEX triplet: C9, 8A and BB. RGB value is (201,138,187). Sum of RGB (Red+Green+Blue) = 201+138+187=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C98ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ABB is #367544. Grayscale: #A2A2A2. Windows color (decimal): -3568965 or 12290761. OLE color: 12290761.
HSL color Cylindrical-coordinate representation of color #C98ABB: hue angle of 313.33º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98ABB is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 187 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.21 |
| HSL | 313.33º | 0.37% | 0.66% | - |
| HSV(B) | 313.33º | 0.31% | 0.79% | - |
| XYZ | 42.15 | 34.18 | 51.39 | - |
| YUV | 162.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 187 | 0 | 0.31 | 0.07 | 0.21 | 313.33 | 0.37 | 0.66 |
| Hex | C9 | 8A | BB | 0 | 1F | 7 | 15 | 139 | 25 | 42 |
| Octal | 311 | 212 | 273 | 0 | 37 | 7 | 25 | 471 | 45 | 102 |
| Binary | 11001001 | 10001010 | 10111011 | 0 | 11111 | 111 | 10101 | 100111001 | 100101 | 1000010 |
Color Harmonies of #C98ABB
Complementary color
Monochromatic Colors of #C98ABB
Black with #C98ABB
Text Example
Text Example
White with #C98ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98ABB; }
p { color: rgb(201,138,187); }
H1.HeaderClassName
{
color: #C98ABB;
}
.AnyTagClassName
{
color: #C98ABB;
}
</style>
background-color css
<style>
a { background-color: #C98ABB; }
a { background-color: rgb(201,138,187); }
div.DivClassName
{
background-color: #C98ABB;
}
.BgClassName
{
background-color: #C98ABB;
}
</style>
border-color css
<style>
span { border-color: #C98ABB; }
span { border-color: rgb(201,138,187); }
td.TdClassName
{
border-color: #C98ABB;
}
.TagClassName
{
border-color: #C98ABB;
}
</style>