Shades of Lilac #C989C7
Tints of Lilac #C989C7
RGB
CMYK
RGB Variations
Color information
#C989C7 (or 0xC989C7) is known color: Lilac. HEX triplet: C9, 89 and C7. RGB value is (201,137,199). Sum of RGB (Red+Green+Blue) = 201+137+199=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C989C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989C7 is #367638. Grayscale: #A3A3A3. Windows color (decimal): -3569209 or 13076937. OLE color: 13076937.
HSL color Cylindrical-coordinate representation of color #C989C7: hue angle of 301.88º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C989C7 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 199 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.21 |
| HSL | 301.88º | 0.37% | 0.66% | - |
| HSV(B) | 301.88º | 0.32% | 0.79% | - |
| XYZ | 43.34 | 34.43 | 58.39 | - |
| YUV | 163.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 199 | 0 | 0.32 | 0.01 | 0.21 | 301.88 | 0.37 | 0.66 |
| Hex | C9 | 89 | C7 | 0 | 20 | 1 | 15 | 12E | 25 | 42 |
| Octal | 311 | 211 | 307 | 0 | 40 | 1 | 25 | 456 | 45 | 102 |
| Binary | 11001001 | 10001001 | 11000111 | 0 | 100000 | 1 | 10101 | 100101110 | 100101 | 1000010 |
Color Harmonies of #C989C7
Complementary color
Monochromatic Colors of #C989C7
Black with #C989C7
Text Example
Text Example
White with #C989C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989C7; }
p { color: rgb(201,137,199); }
H1.HeaderClassName
{
color: #C989C7;
}
.AnyTagClassName
{
color: #C989C7;
}
</style>
background-color css
<style>
a { background-color: #C989C7; }
a { background-color: rgb(201,137,199); }
div.DivClassName
{
background-color: #C989C7;
}
.BgClassName
{
background-color: #C989C7;
}
</style>
border-color css
<style>
span { border-color: #C989C7; }
span { border-color: rgb(201,137,199); }
td.TdClassName
{
border-color: #C989C7;
}
.TagClassName
{
border-color: #C989C7;
}
</style>