Shades of Lilac #C989C3
Tints of Lilac #C989C3
RGB
CMYK
RGB Variations
Color information
#C989C3 (or 0xC989C3) is known color: Lilac. HEX triplet: C9, 89 and C3. RGB value is (201,137,195). Sum of RGB (Red+Green+Blue) = 201+137+195=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C989C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989C3 is #36763C. Grayscale: #A2A2A2. Windows color (decimal): -3569213 or 12814793. OLE color: 12814793.
HSL color Cylindrical-coordinate representation of color #C989C3: hue angle of 305.62º 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 #C989C3 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 195 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.21 |
| HSL | 305.63º | 0.37% | 0.66% | - |
| HSV(B) | 305.63º | 0.32% | 0.79% | - |
| XYZ | 42.88 | 34.25 | 55.98 | - |
| YUV | 162.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 195 | 0 | 0.32 | 0.03 | 0.21 | 305.63 | 0.37 | 0.66 |
| Hex | C9 | 89 | C3 | 0 | 20 | 3 | 15 | 132 | 25 | 42 |
| Octal | 311 | 211 | 303 | 0 | 40 | 3 | 25 | 462 | 45 | 102 |
| Binary | 11001001 | 10001001 | 11000011 | 0 | 100000 | 11 | 10101 | 100110010 | 100101 | 1000010 |
Color Harmonies of #C989C3
Complementary color
Monochromatic Colors of #C989C3
Black with #C989C3
Text Example
Text Example
White with #C989C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989C3; }
p { color: rgb(201,137,195); }
H1.HeaderClassName
{
color: #C989C3;
}
.AnyTagClassName
{
color: #C989C3;
}
</style>
background-color css
<style>
a { background-color: #C989C3; }
a { background-color: rgb(201,137,195); }
div.DivClassName
{
background-color: #C989C3;
}
.BgClassName
{
background-color: #C989C3;
}
</style>
border-color css
<style>
span { border-color: #C989C3; }
span { border-color: rgb(201,137,195); }
td.TdClassName
{
border-color: #C989C3;
}
.TagClassName
{
border-color: #C989C3;
}
</style>