Shades of Lilac #C687CB
Tints of Lilac #C687CB
RGB
CMYK
RGB Variations
Color information
#C687CB (or 0xC687CB) is known color: Lilac. HEX triplet: C6, 87 and CB. RGB value is (198,135,203). Sum of RGB (Red+Green+Blue) = 198+135+203=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #C687CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C687CB is #397834. Grayscale: #A1A1A1. Windows color (decimal): -3766325 or 13338566. OLE color: 13338566.
HSL color Cylindrical-coordinate representation of color #C687CB: hue angle of 295.59º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C687CB is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 135 | 203 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.20 |
| HSL | 295.59º | 0.4% | 0.66% | - |
| HSV(B) | 295.59º | 0.33% | 0.8% | - |
| XYZ | 42.73 | 33.65 | 60.74 | - |
| YUV | 161.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 203 | 0.02 | 0.33 | 0 | 0.20 | 295.59 | 0.4 | 0.66 |
| Hex | C6 | 87 | CB | 2 | 21 | 0 | 14 | 128 | 28 | 42 |
| Octal | 306 | 207 | 313 | 2 | 41 | 0 | 24 | 450 | 50 | 102 |
| Binary | 11000110 | 10000111 | 11001011 | 10 | 100001 | 0 | 10100 | 100101000 | 101000 | 1000010 |
Color Harmonies of #C687CB
Complementary color
Monochromatic Colors of #C687CB
Black with #C687CB
Text Example
Text Example
White with #C687CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C687CB; }
p { color: rgb(198,135,203); }
H1.HeaderClassName
{
color: #C687CB;
}
.AnyTagClassName
{
color: #C687CB;
}
</style>
background-color css
<style>
a { background-color: #C687CB; }
a { background-color: rgb(198,135,203); }
div.DivClassName
{
background-color: #C687CB;
}
.BgClassName
{
background-color: #C687CB;
}
</style>
border-color css
<style>
span { border-color: #C687CB; }
span { border-color: rgb(198,135,203); }
td.TdClassName
{
border-color: #C687CB;
}
.TagClassName
{
border-color: #C687CB;
}
</style>