Shades of Lily #C97BAF
Tints of Lily #C97BAF
RGB
CMYK
RGB Variations
Color information
#C97BAF (or 0xC97BAF) is known color: Lily. HEX triplet: C9, 7B and AF. RGB value is (201,123,175). Sum of RGB (Red+Green+Blue) = 201+123+175=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97BAF is #368450. Grayscale: #989898. Windows color (decimal): -3572817 or 11500489. OLE color: 11500489.
HSL color Cylindrical-coordinate representation of color #C97BAF: hue angle of 320º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97BAF is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 175 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.21 |
| HSL | 320º | 0.42% | 0.64% | - |
| HSV(B) | 320º | 0.39% | 0.79% | - |
| XYZ | 38.91 | 29.68 | 44.24 | - |
| YUV | 152.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 175 | 0 | 0.39 | 0.13 | 0.21 | 320 | 0.42 | 0.64 |
| Hex | C9 | 7B | AF | 0 | 27 | D | 15 | 140 | 2A | 40 |
| Octal | 311 | 173 | 257 | 0 | 47 | 15 | 25 | 500 | 52 | 100 |
| Binary | 11001001 | 1111011 | 10101111 | 0 | 100111 | 1101 | 10101 | 101000000 | 101010 | 1000000 |
Color Harmonies of #C97BAF
Complementary color
Monochromatic Colors of #C97BAF
Black with #C97BAF
Text Example
Text Example
White with #C97BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BAF; }
p { color: rgb(201,123,175); }
H1.HeaderClassName
{
color: #C97BAF;
}
.AnyTagClassName
{
color: #C97BAF;
}
</style>
background-color css
<style>
a { background-color: #C97BAF; }
a { background-color: rgb(201,123,175); }
div.DivClassName
{
background-color: #C97BAF;
}
.BgClassName
{
background-color: #C97BAF;
}
</style>
border-color css
<style>
span { border-color: #C97BAF; }
span { border-color: rgb(201,123,175); }
td.TdClassName
{
border-color: #C97BAF;
}
.TagClassName
{
border-color: #C97BAF;
}
</style>