Shades of Lily #C985B3
Tints of Lily #C985B3
RGB
CMYK
RGB Variations
Color information
#C985B3 (or 0xC985B3) is known color: Lily. HEX triplet: C9, 85 and B3. RGB value is (201,133,179). Sum of RGB (Red+Green+Blue) = 201+133+179=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C985B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985B3 is #367A4C. Grayscale: #9E9E9E. Windows color (decimal): -3570253 or 11765193. OLE color: 11765193.
HSL color Cylindrical-coordinate representation of color #C985B3: hue angle of 319.41º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C985B3 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 179 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.21 |
| HSL | 319.41º | 0.39% | 0.65% | - |
| HSV(B) | 319.41º | 0.34% | 0.79% | - |
| XYZ | 40.61 | 32.45 | 46.77 | - |
| YUV | 158.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 179 | 0 | 0.34 | 0.11 | 0.21 | 319.41 | 0.39 | 0.65 |
| Hex | C9 | 85 | B3 | 0 | 22 | B | 15 | 13F | 27 | 41 |
| Octal | 311 | 205 | 263 | 0 | 42 | 13 | 25 | 477 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10110011 | 0 | 100010 | 1011 | 10101 | 100111111 | 100111 | 1000001 |
Color Harmonies of #C985B3
Complementary color
Monochromatic Colors of #C985B3
Black with #C985B3
Text Example
Text Example
White with #C985B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985B3; }
p { color: rgb(201,133,179); }
H1.HeaderClassName
{
color: #C985B3;
}
.AnyTagClassName
{
color: #C985B3;
}
</style>
background-color css
<style>
a { background-color: #C985B3; }
a { background-color: rgb(201,133,179); }
div.DivClassName
{
background-color: #C985B3;
}
.BgClassName
{
background-color: #C985B3;
}
</style>
border-color css
<style>
span { border-color: #C985B3; }
span { border-color: rgb(201,133,179); }
td.TdClassName
{
border-color: #C985B3;
}
.TagClassName
{
border-color: #C985B3;
}
</style>