Shades of Lilac #C985BD
Tints of Lilac #C985BD
RGB
CMYK
RGB Variations
Color information
#C985BD (or 0xC985BD) is known color: Lilac. HEX triplet: C9, 85 and BD. RGB value is (201,133,189). Sum of RGB (Red+Green+Blue) = 201+133+189=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 201 - color contains mainly: red. Hex color #C985BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985BD is #367A42. Grayscale: #9F9F9F. Windows color (decimal): -3570243 or 12420553. OLE color: 12420553.
HSL color Cylindrical-coordinate representation of color #C985BD: hue angle of 310.59º 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 #C985BD is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 189 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.21 |
| HSL | 310.59º | 0.39% | 0.65% | - |
| HSV(B) | 310.59º | 0.34% | 0.79% | - |
| XYZ | 41.66 | 32.87 | 52.29 | - |
| YUV | 159.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 189 | 0 | 0.34 | 0.06 | 0.21 | 310.59 | 0.39 | 0.65 |
| Hex | C9 | 85 | BD | 0 | 22 | 6 | 15 | 137 | 27 | 41 |
| Octal | 311 | 205 | 275 | 0 | 42 | 6 | 25 | 467 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10111101 | 0 | 100010 | 110 | 10101 | 100110111 | 100111 | 1000001 |
Color Harmonies of #C985BD
Complementary color
Monochromatic Colors of #C985BD
Black with #C985BD
Text Example
Text Example
White with #C985BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985BD; }
p { color: rgb(201,133,189); }
H1.HeaderClassName
{
color: #C985BD;
}
.AnyTagClassName
{
color: #C985BD;
}
</style>
background-color css
<style>
a { background-color: #C985BD; }
a { background-color: rgb(201,133,189); }
div.DivClassName
{
background-color: #C985BD;
}
.BgClassName
{
background-color: #C985BD;
}
</style>
border-color css
<style>
span { border-color: #C985BD; }
span { border-color: rgb(201,133,189); }
td.TdClassName
{
border-color: #C985BD;
}
.TagClassName
{
border-color: #C985BD;
}
</style>