Shades of Lilac #C687BD
Tints of Lilac #C687BD
RGB
CMYK
RGB Variations
Color information
#C687BD (or 0xC687BD) is known color: Lilac. HEX triplet: C6, 87 and BD. RGB value is (198,135,189). Sum of RGB (Red+Green+Blue) = 198+135+189=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C687BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C687BD is #397842. Grayscale: #9F9F9F. Windows color (decimal): -3766339 or 12421062. OLE color: 12421062.
HSL color Cylindrical-coordinate representation of color #C687BD: hue angle of 308.57º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C687BD is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 189 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.22 |
| HSL | 308.57º | 0.36% | 0.65% | - |
| HSV(B) | 308.57º | 0.32% | 0.78% | - |
| XYZ | 41.14 | 33.01 | 52.35 | - |
| YUV | 159.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 189 | 0 | 0.32 | 0.05 | 0.22 | 308.57 | 0.36 | 0.65 |
| Hex | C6 | 87 | BD | 0 | 20 | 5 | 16 | 135 | 24 | 41 |
| Octal | 306 | 207 | 275 | 0 | 40 | 5 | 26 | 465 | 44 | 101 |
| Binary | 11000110 | 10000111 | 10111101 | 0 | 100000 | 101 | 10110 | 100110101 | 100100 | 1000001 |
Color Harmonies of #C687BD
Complementary color
Monochromatic Colors of #C687BD
Black with #C687BD
Text Example
Text Example
White with #C687BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C687BD; }
p { color: rgb(198,135,189); }
H1.HeaderClassName
{
color: #C687BD;
}
.AnyTagClassName
{
color: #C687BD;
}
</style>
background-color css
<style>
a { background-color: #C687BD; }
a { background-color: rgb(198,135,189); }
div.DivClassName
{
background-color: #C687BD;
}
.BgClassName
{
background-color: #C687BD;
}
</style>
border-color css
<style>
span { border-color: #C687BD; }
span { border-color: rgb(198,135,189); }
td.TdClassName
{
border-color: #C687BD;
}
.TagClassName
{
border-color: #C687BD;
}
</style>