Shades of Lilac #C69DCB
Tints of Lilac #C69DCB
RGB
CMYK
RGB Variations
Color information
#C69DCB (or 0xC69DCB) is known color: Lilac. HEX triplet: C6, 9D and CB. RGB value is (198,157,203). Sum of RGB (Red+Green+Blue) = 198+157+203=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #C69DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DCB is #396234. Grayscale: #AEAEAE. Windows color (decimal): -3760693 or 13344198. OLE color: 13344198.
HSL color Cylindrical-coordinate representation of color #C69DCB: hue angle of 293.48º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C69DCB is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 157 | 203 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.20 |
| HSL | 293.48º | 0.31% | 0.71% | - |
| HSV(B) | 293.48º | 0.23% | 0.8% | - |
| XYZ | 46.13 | 40.43 | 61.87 | - |
| YUV | 174.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 203 | 0.02 | 0.23 | 0 | 0.20 | 293.48 | 0.31 | 0.71 |
| Hex | C6 | 9D | CB | 2 | 17 | 0 | 14 | 125 | 1F | 47 |
| Octal | 306 | 235 | 313 | 2 | 27 | 0 | 24 | 445 | 37 | 107 |
| Binary | 11000110 | 10011101 | 11001011 | 10 | 10111 | 0 | 10100 | 100100101 | 11111 | 1000111 |
Color Harmonies of #C69DCB
Complementary color
Monochromatic Colors of #C69DCB
Black with #C69DCB
Text Example
Text Example
White with #C69DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DCB; }
p { color: rgb(198,157,203); }
H1.HeaderClassName
{
color: #C69DCB;
}
.AnyTagClassName
{
color: #C69DCB;
}
</style>
background-color css
<style>
a { background-color: #C69DCB; }
a { background-color: rgb(198,157,203); }
div.DivClassName
{
background-color: #C69DCB;
}
.BgClassName
{
background-color: #C69DCB;
}
</style>
border-color css
<style>
span { border-color: #C69DCB; }
span { border-color: rgb(198,157,203); }
td.TdClassName
{
border-color: #C69DCB;
}
.TagClassName
{
border-color: #C69DCB;
}
</style>