Shades of Lilac #C989CC
Tints of Lilac #C989CC
RGB
CMYK
RGB Variations
Color information
#C989CC (or 0xC989CC) is known color: Lilac. HEX triplet: C9, 89 and CC. RGB value is (201,137,204). Sum of RGB (Red+Green+Blue) = 201+137+204=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #C989CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989CC is #367633. Grayscale: #A3A3A3. Windows color (decimal): -3569204 or 13404617. OLE color: 13404617.
HSL color Cylindrical-coordinate representation of color #C989CC: hue angle of 297.31º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C989CC is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 137 | 204 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.2 |
| HSL | 297.31º | 0.4% | 0.67% | - |
| HSV(B) | 297.31º | 0.33% | 0.8% | - |
| XYZ | 43.93 | 34.67 | 61.5 | - |
| YUV | 163.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 204 | 0.01 | 0.33 | 0 | 0.2 | 297.31 | 0.4 | 0.67 |
| Hex | C9 | 89 | CC | 1 | 21 | 0 | 14 | 129 | 28 | 43 |
| Octal | 311 | 211 | 314 | 1 | 41 | 0 | 24 | 451 | 50 | 103 |
| Binary | 11001001 | 10001001 | 11001100 | 1 | 100001 | 0 | 10100 | 100101001 | 101000 | 1000011 |
Color Harmonies of #C989CC
Complementary color
Monochromatic Colors of #C989CC
Black with #C989CC
Text Example
Text Example
White with #C989CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989CC; }
p { color: rgb(201,137,204); }
H1.HeaderClassName
{
color: #C989CC;
}
.AnyTagClassName
{
color: #C989CC;
}
</style>
background-color css
<style>
a { background-color: #C989CC; }
a { background-color: rgb(201,137,204); }
div.DivClassName
{
background-color: #C989CC;
}
.BgClassName
{
background-color: #C989CC;
}
</style>
border-color css
<style>
span { border-color: #C989CC; }
span { border-color: rgb(201,137,204); }
td.TdClassName
{
border-color: #C989CC;
}
.TagClassName
{
border-color: #C989CC;
}
</style>