Shades of Lilac #C989CD
Tints of Lilac #C989CD
RGB
CMYK
RGB Variations
Color information
#C989CD (or 0xC989CD) is known color: Lilac. HEX triplet: C9, 89 and CD. RGB value is (201,137,205). Sum of RGB (Red+Green+Blue) = 201+137+205=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #C989CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989CD is #367632. Grayscale: #A3A3A3. Windows color (decimal): -3569203 or 13470153. OLE color: 13470153.
HSL color Cylindrical-coordinate representation of color #C989CD: hue angle of 296.47º 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 #C989CD is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 137 | 205 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.20 |
| HSL | 296.47º | 0.4% | 0.67% | - |
| HSV(B) | 296.47º | 0.33% | 0.8% | - |
| XYZ | 44.05 | 34.72 | 62.14 | - |
| YUV | 163.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 205 | 0.02 | 0.33 | 0 | 0.20 | 296.47 | 0.4 | 0.67 |
| Hex | C9 | 89 | CD | 2 | 21 | 0 | 14 | 128 | 28 | 43 |
| Octal | 311 | 211 | 315 | 2 | 41 | 0 | 24 | 450 | 50 | 103 |
| Binary | 11001001 | 10001001 | 11001101 | 10 | 100001 | 0 | 10100 | 100101000 | 101000 | 1000011 |
Color Harmonies of #C989CD
Complementary color
Monochromatic Colors of #C989CD
Black with #C989CD
Text Example
Text Example
White with #C989CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989CD; }
p { color: rgb(201,137,205); }
H1.HeaderClassName
{
color: #C989CD;
}
.AnyTagClassName
{
color: #C989CD;
}
</style>
background-color css
<style>
a { background-color: #C989CD; }
a { background-color: rgb(201,137,205); }
div.DivClassName
{
background-color: #C989CD;
}
.BgClassName
{
background-color: #C989CD;
}
</style>
border-color css
<style>
span { border-color: #C989CD; }
span { border-color: rgb(201,137,205); }
td.TdClassName
{
border-color: #C989CD;
}
.TagClassName
{
border-color: #C989CD;
}
</style>