Shades of Lilac #C69DCE
Tints of Lilac #C69DCE
RGB
CMYK
RGB Variations
Color information
#C69DCE (or 0xC69DCE) is known color: Lilac. HEX triplet: C6, 9D and CE. RGB value is (198,157,206). Sum of RGB (Red+Green+Blue) = 198+157+206=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #C69DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DCE is #396231. Grayscale: #AEAEAE. Windows color (decimal): -3760690 or 13540806. OLE color: 13540806.
HSL color Cylindrical-coordinate representation of color #C69DCE: hue angle of 290.2º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C69DCE is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 157 | 206 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.19 |
| HSL | 290.2º | 0.33% | 0.71% | - |
| HSV(B) | 290.2º | 0.24% | 0.81% | - |
| XYZ | 46.49 | 40.58 | 63.77 | - |
| YUV | 174.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 206 | 0.04 | 0.24 | 0 | 0.19 | 290.2 | 0.33 | 0.71 |
| Hex | C6 | 9D | CE | 4 | 18 | 0 | 13 | 122 | 21 | 47 |
| Octal | 306 | 235 | 316 | 4 | 30 | 0 | 23 | 442 | 41 | 107 |
| Binary | 11000110 | 10011101 | 11001110 | 100 | 11000 | 0 | 10011 | 100100010 | 100001 | 1000111 |
Color Harmonies of #C69DCE
Complementary color
Monochromatic Colors of #C69DCE
Black with #C69DCE
Text Example
Text Example
White with #C69DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DCE; }
p { color: rgb(198,157,206); }
H1.HeaderClassName
{
color: #C69DCE;
}
.AnyTagClassName
{
color: #C69DCE;
}
</style>
background-color css
<style>
a { background-color: #C69DCE; }
a { background-color: rgb(198,157,206); }
div.DivClassName
{
background-color: #C69DCE;
}
.BgClassName
{
background-color: #C69DCE;
}
</style>
border-color css
<style>
span { border-color: #C69DCE; }
span { border-color: rgb(198,157,206); }
td.TdClassName
{
border-color: #C69DCE;
}
.TagClassName
{
border-color: #C69DCE;
}
</style>