Shades of Lilac #C689CF
Tints of Lilac #C689CF
RGB
CMYK
RGB Variations
Color information
#C689CF (or 0xC689CF) is known color: Lilac. HEX triplet: C6, 89 and CF. RGB value is (198,137,207). Sum of RGB (Red+Green+Blue) = 198+137+207=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #C689CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C689CF is #397630. Grayscale: #A3A3A3. Windows color (decimal): -3765809 or 13601222. OLE color: 13601222.
HSL color Cylindrical-coordinate representation of color #C689CF: hue angle of 292.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C689CF is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 137 | 207 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.19 |
| HSL | 292.29º | 0.42% | 0.67% | - |
| HSV(B) | 292.29º | 0.34% | 0.81% | - |
| XYZ | 43.5 | 34.4 | 63.38 | - |
| YUV | 163.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 207 | 0.04 | 0.34 | 0 | 0.19 | 292.29 | 0.42 | 0.67 |
| Hex | C6 | 89 | CF | 4 | 22 | 0 | 13 | 124 | 2A | 43 |
| Octal | 306 | 211 | 317 | 4 | 42 | 0 | 23 | 444 | 52 | 103 |
| Binary | 11000110 | 10001001 | 11001111 | 100 | 100010 | 0 | 10011 | 100100100 | 101010 | 1000011 |
Color Harmonies of #C689CF
Complementary color
Monochromatic Colors of #C689CF
Black with #C689CF
Text Example
Text Example
White with #C689CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689CF; }
p { color: rgb(198,137,207); }
H1.HeaderClassName
{
color: #C689CF;
}
.AnyTagClassName
{
color: #C689CF;
}
</style>
background-color css
<style>
a { background-color: #C689CF; }
a { background-color: rgb(198,137,207); }
div.DivClassName
{
background-color: #C689CF;
}
.BgClassName
{
background-color: #C689CF;
}
</style>
border-color css
<style>
span { border-color: #C689CF; }
span { border-color: rgb(198,137,207); }
td.TdClassName
{
border-color: #C689CF;
}
.TagClassName
{
border-color: #C689CF;
}
</style>